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 51bd688 commit e972624Copy full SHA for e972624
ext/LinearSolveCUDAExt.jl
@@ -3,7 +3,8 @@ 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, CudaOffloadFactorization
+ error_no_cudss_lu, init_cacheval, OperatorAssumptions, CudaOffloadFactorization,
7
+ SparspakFactorization, KLUFactorization, UMFPACKFactorization
8
using LinearSolve.LinearAlgebra, LinearSolve.SciMLBase, LinearSolve.ArrayInterface
9
using SciMLBase: AbstractSciMLOperator
10
0 commit comments