Skip to content

Commit 073432d

Browse files
authored
Remove debug print
[ci skip]
1 parent e656414 commit 073432d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/libraries/cusparse/interfaces.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ using LinearAlgebra, SparseArrays
9090
dB = SparseMatrixType(B)
9191
mul!(dC, opa(dA), opb(dB), 3, 3.2)
9292
C = 3.2 * C + 3 * opa(A) * opb(B)
93-
@show SparseMatrixType
9493
@test collect(dC) C
9594
end
9695
end

0 commit comments

Comments
 (0)