Will magma_dsgesv be supported ?

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
tkouya
Posts: 3
Joined: Thu Apr 17, 2014 2:46 am
Location: Japan
Contact:

Will magma_dsgesv be supported ?

Post by tkouya » Thu Sep 29, 2016 9:59 pm

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 ?

mgates3
Posts: 918
Joined: Fri Jan 06, 2012 2:13 pm

Re: Will magma_dsgesv be supported ?

Post by mgates3 » Fri Oct 07, 2016 4:05 pm

We don't currently have an implementation, but will keep this request in mind for future work.
-mark

tkouya
Posts: 3
Joined: Thu Apr 17, 2014 2:46 am
Location: Japan
Contact:

Re: Will magma_dsgesv be supported ?

Post by tkouya » Fri Oct 28, 2016 6:45 am

Thank you for your reply. I will make a light exercise to write a code of magma_dsgesv function in my tutorial.

Post Reply