Hello:
This question is about the BLAS functions implemented in MAGMA (not interfaced to CUDA). Inspecting the magmablas_d.h file and the source code I understand:
- geocmagmabi_dswap
- geocmagmabi_dgemv
- geocmagmabi_dsymv
- geocmagmabi_dgemm
are implemented in MAGMA
And:
- geocmagmabi_dsymm
- geocmagmabi_dsyrk
- geocmagmabi_dsyr2k
- geocmagmabi_dtrmm
- geocmagmabi_dtrsm (only for Tesla, not Fermi)
are declared in magmablas_d.h but not implemented. Or am I wrong and these are implemented? I have not found the code.
Thanks