by Stan Tomov » Thu Nov 24, 2011 1:49 pm
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