Skip to content

Commit fa1956b

Browse files
Update LinearSolveCUDAExt.jl
1 parent cb435d8 commit fa1956b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveCUDAExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function LinearSolve.defaultalg(A::CUDA.CUSPARSE.CuSparseMatrixCSR{Tv, Ti}, b,
2525
end
2626

2727
function LinearSolve.error_no_cudss_lu(A::CUDA.CUSPARSE.CuSparseMatrixCSR)
28-
if !LinearSolve.CUDSS_LOADED[]
28+
if !LinearSolve.cudss_loaded[]
2929
error("CUDSS.jl is required for LU Factorizations on CuSparseMatrixCSR. Please load this library.")
3030
end
3131
nothing

0 commit comments

Comments
 (0)