Skip to content

Commit 288d382

Browse files
Update ext/LinearSolveCUSOLVERRFExt.jl
1 parent 7a8dac7 commit 288d382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveCUSOLVERRFExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module LinearSolveCUSOLVERRFExt
33
using LinearSolve: LinearSolve, @get_cacheval, pattern_changed, OperatorAssumptions
44
using CUSOLVERRF: CUSOLVERRF, RFLU, CUDA
55
using SparseArrays: SparseArrays, SparseMatrixCSC, nnz
6-
using CUDA.CUSPARSE: CuSparseMatrixCSR
6+
using CUSOLVERRF.CUDA.CUSPARSE: CuSparseMatrixCSR
77
using LinearAlgebra: LinearAlgebra, ldiv!, lu!
88
using SciMLBase: SciMLBase, LinearProblem, ReturnCode
99

0 commit comments

Comments
 (0)