I have just started exploring magma. I just wanted to know whether a direct implementation of zgemm_ function available with magma (whose signature is same as the one found in blas)?
I did find magmablas_zgemm routine in magma_1.0 which seems invoking cuBlas zgemm function (#define magmablas_zgemm cublasZgemm). If it is true, the performace of magma zgemm will be similar to cublas zgemm?