Skip to content

Commit 7a8dac7

Browse files
Update ext/LinearSolveCUSOLVERRFExt.jl
1 parent 82fbc55 commit 7a8dac7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/LinearSolveCUSOLVERRFExt.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
module LinearSolveCUSOLVERRFExt
22

33
using LinearSolve: LinearSolve, @get_cacheval, pattern_changed, OperatorAssumptions
4-
using CUSOLVERRF: CUSOLVERRF, RFLU
4+
using CUSOLVERRF: CUSOLVERRF, RFLU, CUDA
55
using SparseArrays: SparseArrays, SparseMatrixCSC, nnz
6-
using CUDA: CUDA
76
using CUDA.CUSPARSE: CuSparseMatrixCSR
87
using LinearAlgebra: LinearAlgebra, ldiv!, lu!
98
using SciMLBase: SciMLBase, LinearProblem, ReturnCode

0 commit comments

Comments
 (0)