Skip to content

Commit 57fee72

Browse files
Update test/gpu/cuda.jl
1 parent be4cd19 commit 57fee72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu/cuda.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function test_interface(alg, prob1, prob2)
4545
return
4646
end
4747

48-
@testset "$alg" for alg in (CudaOffloadFactorization(), CudaOffloadLUFactorization(), CudaOffloadQRFactorization(), NormalCholeskyFactorization())
48+
@testset "$alg" for alg in (CudaOffloadLUFactorization(), CudaOffloadQRFactorization(), NormalCholeskyFactorization())
4949
test_interface(alg, prob1, prob2)
5050
end
5151

0 commit comments

Comments
 (0)