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 40f9f16 commit cb435d8Copy full SHA for cb435d8
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, CUDSS_LOADED, init_cacheval
+ error_no_cudss_lu, init_cacheval
7
using LinearSolve.LinearAlgebra, LinearSolve.SciMLBase, LinearSolve.ArrayInterface
8
using SciMLBase: AbstractSciMLOperator
9
0 commit comments