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 4fac168 commit bb30757Copy full SHA for bb30757
lib/LinearSolveCUDA/src/LinearSolveCUDA.jl
@@ -19,7 +19,7 @@ function LinearSolve.do_factorization(alg::CudaOffloadFactorization, A, b, u)
19
A isa Union{AbstractMatrix,AbstractDiffEqOperator} ||
20
error("LU is not defined for $(typeof(A))")
21
22
- if A isa AbstractDiffEqOperator
+ if A isa SciMLBase.AbstractDiffEqOperator
23
A = A.A
24
end
25
fact = qr(CUDA.CuArray(A))
0 commit comments