Eigenvalue routine in Magma
Posted: Sun Oct 12, 2014 6:29 am
Hi,
I have to calculate the eigenvalues 1000 symmetric matrices and the dimension of these matrices are very small( about 10 * 10) in each run. All these matrices are computed on the GPU. As far as i understand from the magma routines, the eigenvalue routine for GPUs transfers these matrices to the cpu for computation. So is there a magma routine for me to do all the computations on the GPU without sending all the matrices to the CPU
I have to calculate the eigenvalues 1000 symmetric matrices and the dimension of these matrices are very small( about 10 * 10) in each run. All these matrices are computed on the GPU. As far as i understand from the magma routines, the eigenvalue routine for GPUs transfers these matrices to the cpu for computation. So is there a magma routine for me to do all the computations on the GPU without sending all the matrices to the CPU