Skip to content

Commit bb30757

Browse files
namespace
1 parent 4fac168 commit bb30757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LinearSolveCUDA/src/LinearSolveCUDA.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function LinearSolve.do_factorization(alg::CudaOffloadFactorization, A, b, u)
1919
A isa Union{AbstractMatrix,AbstractDiffEqOperator} ||
2020
error("LU is not defined for $(typeof(A))")
2121

22-
if A isa AbstractDiffEqOperator
22+
if A isa SciMLBase.AbstractDiffEqOperator
2323
A = A.A
2424
end
2525
fact = qr(CUDA.CuArray(A))

0 commit comments

Comments
 (0)