Skip to content

Commit 5455c12

Browse files
fix imports
1 parent 457d67f commit 5455c12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/LinearSolveCUDAExt.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module LinearSolveCUDAExt
22

3-
using CUDA, LinearAlgebra, LinearSolve, SciMLBase
3+
using CUDA
4+
using LinearSolve
5+
using LinearSolve.LinearAlgebra, LinearSolve.SciMLBase, LinearSolve.ArrayInterface
46
using SciMLBase: AbstractSciMLOperator
57

68
function SciMLBase.solve!(cache::LinearSolve.LinearCache, alg::CudaOffloadFactorization;

0 commit comments

Comments
 (0)