Skip to content

Commit

Permalink
Remove debug print.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
maleadt authored May 18, 2022
1 parent 6b6aa9a commit 33a7187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cusparse/generic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ function mv!(transa::SparseChar, alpha::Number, A::Union{CuSparseMatrixBSR{TA},C
else
T
end
@show compute_type

function bufferSize()
out = Ref{Csize_t}()
Expand Down

0 comments on commit 33a7187

Please sign in to comment.