Page 1 of 1
Magma_1.3 multi-gpu routines
Posted: Thu Nov 15, 2012 3:29 pm
by jeremiahpalmer
Hello! I see in the magma_1.3 presentation pdf mentions of multi-gpu dsytrd routines. Where can I find the routines that were used to produce those results? Are they referenced in the testing directory?
Thanks,
Jeremiah
Re: Magma_1.3 multi-gpu routines
Posted: Wed Nov 28, 2012 11:29 am
by jeremiahpalmer
...Or maybe they will appear in a later magma version? I am eager to use this functionality.
Re: Magma_1.3 multi-gpu routines
Posted: Wed Nov 28, 2012 12:07 pm
by mgates3
Sorry, they weren't quite ready and didn't make the release. They should come out in another release soon.
-mark
Re: Magma_1.3 multi-gpu routines
Posted: Wed Nov 28, 2012 12:18 pm
by jeremiahpalmer
Thanks for the info.
Re: Magma_1.3 multi-gpu routines
Posted: Tue Dec 11, 2012 10:19 am
by neuron
Hi,
is it present a multi-gpu implementation of SGEMM in Magma 1.3 ?
If not do you think to add it in the future?
Regards
Re: Magma_1.3 multi-gpu routines
Posted: Tue Dec 11, 2012 5:57 pm
by mgates3
No, though a multi-GPU gemm can be easily fashioned out of regular cublas gemm calls on each GPU. It really depends on how the matrices A, B, and C are distributed, e.g., by block-rows or block-columns.
Whereas for the symmetric case, we have a multi-GPU symv and are working on symm, because those cannot be easily composed from cublas symm or gemm calls.
-mark