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 8c1037b commit 7c4924aCopy full SHA for 7c4924a
test/gpu/nvidia.jl
@@ -19,6 +19,5 @@ using LinearOperators, CUDA, CUDA.CUSPARSE, CUDA.CUSOLVER
19
@test LinearOperators.storage_type(A) == LinearOperators.storage_type(adjoint(A))
20
@test LinearOperators.storage_type(Diagonal(v)) == typeof(v)
21
22
-
23
@testset "Nvidia S kwarg" test_S_kwarg(arrayType = CuArray)
24
end
0 commit comments