We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc65c5 commit 51bd688Copy full SHA for 51bd688
ext/LinearSolveCUDAExt.jl
@@ -3,7 +3,7 @@ module LinearSolveCUDAExt
3
using CUDA
4
using LinearSolve: LinearSolve, is_cusparse, defaultalg, cudss_loaded, DefaultLinearSolver,
5
DefaultAlgorithmChoice, ALREADY_WARNED_CUDSS, LinearCache, needs_concrete_A,
6
- error_no_cudss_lu, init_cacheval, OperatorAssumptions
+ error_no_cudss_lu, init_cacheval, OperatorAssumptions, CudaOffloadFactorization
7
using LinearSolve.LinearAlgebra, LinearSolve.SciMLBase, LinearSolve.ArrayInterface
8
using SciMLBase: AbstractSciMLOperator
9
0 commit comments