We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f1af1 commit acabc12Copy full SHA for acabc12
test/libraries/cusparse/generic.jl
@@ -2,7 +2,7 @@ using CUDA.CUSPARSE
2
using SparseArrays
3
using LinearAlgebra
4
5
-@testset "generic mv!" for T in [Float32, Float64]
+@testset "generic mv! -- $T" for T in [Float32, Float64]
6
m = 10
7
A = sprand(T, m, m, 0.1)
8
x = rand(Complex{T}, m)
0 commit comments