hi,
when I call cusparseSpMM
according to the document(cuSPARSE :: CUDA Toolkit Documentation)
with opA == CUSPARSE_OPERATION_TRANSPOSE
and matA
is in COO format, there will always be an error like ‘invalid value error’. Does it support CUSPARSE_OPERATION_TRANSPOSE
? My cuda version CUDA 10.1.168.
Thanks.