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 bb30757 commit 158072bCopy full SHA for 158072b
lib/LinearSolveCUDA/src/LinearSolveCUDA.jl
@@ -16,7 +16,7 @@ function SciMLBase.solve(cache::LinearSolve.LinearCache, alg::CudaOffloadFactori
16
end
17
18
function LinearSolve.do_factorization(alg::CudaOffloadFactorization, A, b, u)
19
- A isa Union{AbstractMatrix,AbstractDiffEqOperator} ||
+ A isa Union{AbstractMatrix,SciMLBase.AbstractDiffEqOperator} ||
20
error("LU is not defined for $(typeof(A))")
21
22
if A isa SciMLBase.AbstractDiffEqOperator
0 commit comments