Migrating from MAGMA: question about matrix storage #1774
Unanswered
mawxcarroll
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Hi Tom, could you elaborate on how you want to store your matrix? Do you want to store a matrix in the CPU memory of a single CPU and then distribute it to multiple GPUs attached to this one CPU? This might not be straight forward in Ginkgo, but we are working on making this possible in the not-too-distant future. Best, |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been using MAGMA with great success for a few years for some quantum dynamics simulations. I started work on a new class of problems and realized that my matrices were now quite sparse. It was suggested to me that Ginkgo might be a good solution.
One of the most useful features of MAGMA (for me) is that one can store a matrix in system memory (512 GB in my case) while diagonalizing it on the GPUs (4 x A100 with total 160 GB). This is, of course, slower that pure GPU computation, but in many cases I wish to maximize the size of the problem that I can solve.
I wonder if this is possible using Ginkgo as well?
Thanks for the help!
Cheers,
tom
Beta Was this translation helpful? Give feedback.
All reactions