Hi, I've noticed that Magma now supports several features that are very interesting. In particular, I want to use the Fortran 90 CPU interface to LU factorization (the getrf routine). In that context, I have some questions.
Does the CPU interface to Magma automagically handle matrices which are too large to keep in GPU memory (but can be held on the regular CPU memory)?
If not, will a multi-GPU setup handle a matrix which is larger than what a single GPU can hold, but smaller than what all the GPUs combined can hold?
Can anyone point me to some example code (preferably with compilation instructions) using the CPU+Fortran90 interface?
