magma_setmatrix API
Posted: Tue Jul 03, 2018 12:09 am
Hello,
Documentation provides following description for macro:
When i try to use it (well, c-version of it), i am getting following error:
If i remove queue, then code compiles (and runs) without any problems.
Is this expected behaviour?
Documentation provides following description for macro:
Code: Select all
magma_setmatrix ( m,
n,
elemSize,
hA_src,
lda,
dB_dst,
lddb,
queue
) Code: Select all
macro "magma_csetmatrix_v1" passed 7 arguments, but takes just 6
magma_csetmatrix( m, k, Rx, m, d_a, m, queue); // copy a -> d_a
^
make: *** [test.o] Error 1Is this expected behaviour?