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 cb435d8 commit fa1956bCopy full SHA for fa1956b
ext/LinearSolveCUDAExt.jl
@@ -25,7 +25,7 @@ function LinearSolve.defaultalg(A::CUDA.CUSPARSE.CuSparseMatrixCSR{Tv, Ti}, b,
25
end
26
27
function LinearSolve.error_no_cudss_lu(A::CUDA.CUSPARSE.CuSparseMatrixCSR)
28
- if !LinearSolve.CUDSS_LOADED[]
+ if !LinearSolve.cudss_loaded[]
29
error("CUDSS.jl is required for LU Factorizations on CuSparseMatrixCSR. Please load this library.")
30
31
nothing
0 commit comments