Page 1 of 1

DGEJSV

Posted: Thu Nov 24, 2011 12:38 am
by haskell
Are there plans for a DGEJSV implementation?

Thanks for making Magma available.

Re: DGEJSV

Posted: Thu Nov 24, 2011 1:49 pm
by Stan Tomov
We plan to expand the current functionality. In general, for the SVD and the eigen-problem type of solvers we use the LAPACK implementations by replacing components of the routines with their GPU-accelerated equivalents from MAGMA (when available). For DGEJSV the bulk of the computation is in routines for which we have GPU acceleration so it is just a matter of time to add them.
Stan