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 40f908f commit 4fac168Copy full SHA for 4fac168
lib/LinearSolveCUDA/src/LinearSolveCUDA.jl
@@ -15,7 +15,7 @@ function SciMLBase.solve(cache::LinearSolve.LinearCache, alg::CudaOffloadFactori
15
SciMLBase.build_linear_solution(alg, y, nothing, cache)
16
end
17
18
-function do_factorization(alg::CudaOffloadFactorization, A, b, u)
+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
0 commit comments