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 e498275 commit 60d6283Copy full SHA for 60d6283
test/gpu/nvidia.jl
@@ -13,5 +13,5 @@ using LinearOperators, CUDA, CUDA.CUSPARSE, CUDA.CUSOLVER
13
14
v = CUDA.rand(35)
15
y = M * v
16
- @test y <: CuVector{Float32}
+ @test y isa CuVector{Float32}
17
end
0 commit comments