Page 1 of 1
can not find magma_zsyrk routine
Posted: Tue Jul 14, 2015 12:32 pm
by ericdunn
The online documentation references magma_zsyrk, yet in the magmablas directory I only see a few versions of ssyrk and dsyrk (but no zsyrk). Is this function included in magma (1.6.2)?
Re: can not find magma_zsyrk routine
Posted: Tue Jul 14, 2015 3:42 pm
by mgates3
magma_zsyrk is a wrapper around cublasZsyrk, and is defined in interface_cuda/blas_z.cpp
Code: Select all
magma-trunk> grep magma_zsyrk */*.{h,cpp}
include/magmablas_z.h:magma_zsyrk(
interface_cuda/blas_z.cpp:magma_zsyrk(
-mark