Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Commit faca527

Browse files
committed
Debug A' * x for CuSparseMatrixCSC
1 parent 3e39435 commit faca527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparse/wrappers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ for (fname,elty) in ((:cusparseScsrmv, :Float32),
564564
end
565565
ctransa = 'N'
566566
if transa == 'N'
567-
ctransa = 'T'
567+
ctransa = 'C'
568568
end
569569
cutransa = cusparseop(ctransa)
570570
cuind = cusparseindex(index)

0 commit comments

Comments
 (0)