Skip to content

Commit 94c1d72

Browse files
Update LinearSolveSparseArraysExt.jl
1 parent bc0f4ee commit 94c1d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveSparseArraysExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function LinearSolve.init_cacheval(
100100
Pl, Pr,
101101
maxiters::Int, abstol, reltol,
102102
verbose::Bool, assumptions::OperatorAssumptions) where {T<:BLASELTYPES}
103-
if is_cusparse(A)
103+
if LinearSolve.is_cusparse(A)
104104
ArrayInterface.lu_instance(A)
105105
else
106106
SparseArrays.UMFPACK.UmfpackLU(SparseMatrixCSC{T, Int64}(zero(Int64), zero(Int64), [Int64(1)], Int64[], T[]))

0 commit comments

Comments
 (0)