supporting data larger than the GPU memory?
supporting data larger than the GPU memory?
I would like to ask that whether MAGMA can support LAPACK routings that the data cannot fit into the GPU memory (for example, the input matrix is too large to fit into the GPU memory)? Thanks in advance.
-
Stan Tomov
- Posts: 283
- Joined: Fri Aug 21, 2009 10:39 pm
Re: supporting data larger than the GPU memory?
The current release is for problems that would fit into the GPU memory.
"Out-of core" (GPU memory) algorithms are planned for future releases.
Stan
"Out-of core" (GPU memory) algorithms are planned for future releases.
Stan
-
aerobicstep
- Posts: 1
- Joined: Wed Oct 13, 2010 1:10 pm
Re: supporting data larger than the GPU memory?
Thanks for these informations.