We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e656414 commit 073432dCopy full SHA for 073432d
1 file changed
test/libraries/cusparse/interfaces.jl
@@ -90,7 +90,6 @@ using LinearAlgebra, SparseArrays
90
dB = SparseMatrixType(B)
91
mul!(dC, opa(dA), opb(dB), 3, 3.2)
92
C = 3.2 * C + 3 * opa(A) * opb(B)
93
- @show SparseMatrixType
94
@test collect(dC) ≈ C
95
end
96
0 commit comments