Skip to content

Commit 60d6283

Browse files
committed
Fix the GPU test
1 parent e498275 commit 60d6283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu/nvidia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ using LinearOperators, CUDA, CUDA.CUSPARSE, CUDA.CUSOLVER
1313

1414
v = CUDA.rand(35)
1515
y = M * v
16-
@test y <: CuVector{Float32}
16+
@test y isa CuVector{Float32}
1717
end

0 commit comments

Comments
 (0)