Parallel MAGMA function call
Posted: Wed Apr 23, 2014 12:19 pm
Hi
Could anybody help me the following?
I have a vector v , which is 1 row by 100 columns.
I want to extract 10 of 1 row by 10 columns vectors v1, v2, .., v10 from v.
And for each vector v1, v2, ..., v10, I would like to apply magma_sgemm function simultaneously.
How could I extract the vectors from the original vector v efficiently using MAGMA function?
How could I design the parallel magma_sgemm call for each vectors?
I am using CUDA version of MAGMA.
Any help is much appreciated.
Thank you,
-Hiroki
Could anybody help me the following?
I have a vector v , which is 1 row by 100 columns.
I want to extract 10 of 1 row by 10 columns vectors v1, v2, .., v10 from v.
And for each vector v1, v2, ..., v10, I would like to apply magma_sgemm function simultaneously.
How could I extract the vectors from the original vector v efficiently using MAGMA function?
How could I design the parallel magma_sgemm call for each vectors?
I am using CUDA version of MAGMA.
Any help is much appreciated.
Thank you,
-Hiroki