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