supporting data larger than the GPU memory?

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
lumianph
Posts: 2
Joined: Mon May 17, 2010 12:36 pm

supporting data larger than the GPU memory?

Post by lumianph » Mon Jul 12, 2010 5:01 am

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?

Post by Stan Tomov » Thu Aug 05, 2010 3:40 pm

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

aerobicstep
Posts: 1
Joined: Wed Oct 13, 2010 1:10 pm

Re: supporting data larger than the GPU memory?

Post by aerobicstep » Wed Oct 13, 2010 1:11 pm

Thanks for these informations.

Post Reply