Skip to content

Commit 158072b

Browse files
more namespace
1 parent bb30757 commit 158072b

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
@@ -16,7 +16,7 @@ function SciMLBase.solve(cache::LinearSolve.LinearCache, alg::CudaOffloadFactori
1616
end
1717

1818
function LinearSolve.do_factorization(alg::CudaOffloadFactorization, A, b, u)
19-
A isa Union{AbstractMatrix,AbstractDiffEqOperator} ||
19+
A isa Union{AbstractMatrix,SciMLBase.AbstractDiffEqOperator} ||
2020
error("LU is not defined for $(typeof(A))")
2121

2222
if A isa SciMLBase.AbstractDiffEqOperator

0 commit comments

Comments
 (0)