Magma and GPU Memory Limitation
Posted: Tue Jan 05, 2010 9:57 pm
I compiled the spotrf program - the problem is that once a matrix size gets beyond my GPU memory (896MB), the program exits without updating anything. I am trying to generate the Cholesky matrix from a 10,000 element correlation matrix (by the way, ACML can process it in under 1sec so probably Magma is not needed on this size matrix).
1) Can anyone confirm there is not support yet for matrices beyond the GPU memory limit?
2) Is there a way to divide the parallel tasks to avoid this?
3) Are all the magma programs limited to the available GPU memory so far?
Thanks all
-Matt
1) Can anyone confirm there is not support yet for matrices beyond the GPU memory limit?
2) Is there a way to divide the parallel tasks to avoid this?
3) Are all the magma programs limited to the available GPU memory so far?
Thanks all
-Matt