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 a9b47c8 commit 3d0f557Copy full SHA for 3d0f557
test/gpu/cuda.jl
@@ -41,7 +41,6 @@ using Test
41
@test alg.alg == LinearSolve.DefaultAlgorithmChoice.KrylovJL_GMRES
42
end
43
44
- # after loading CUDSS, it should fall back tu LU factorization
45
using CUDSS
46
47
@testset "Test with CUDSS loaded" begin
@@ -55,7 +54,7 @@ using Test
55
54
# csr symmetric uses LU/cholesky
56
alg = solve(prob_sym_csr).alg
57
@test alg.alg == LinearSolve.DefaultAlgorithmChoice.LUFactorization
58
- # csc symetric fallback to krylov
+ # csc symmetric fallback to krylov
59
alg = solve(prob_sym_csc).alg
60
61
0 commit comments