Hi, I am writing a LAPACKE/CBLAS tutorial (sorry in Japanese !), so I introduce MAGMA as one of these related softwares.
I love DSGESV driver routine which can be faster than DGESV for well conditioned linear equations. Naturally the example program using magma_dsgesv_gpu is explained in my tutorial. In the explanation, I say that "magma_dsgesv has not been implemented in MAGMA 2.1.0, so I use magma_dsgesv_gpu function in this program."
Is there any future plan to support magma_dsgesv in addition to magma_dsgesv_gpu ?
Will magma_dsgesv be supported ?
Re: Will magma_dsgesv be supported ?
We don't currently have an implementation, but will keep this request in mind for future work.
-mark
-mark
Re: Will magma_dsgesv be supported ?
Thank you for your reply. I will make a light exercise to write a code of magma_dsgesv function in my tutorial.