Skip to content

Commit 457d67f

Browse files
namespace
1 parent 6cbe0f2 commit 457d67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveCUDAExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function SciMLBase.solve!(cache::LinearSolve.LinearCache, alg::CudaOffloadFactor
1414
SciMLBase.build_linear_solution(alg, y, nothing, cache)
1515
end
1616

17-
function init_cacheval(alg::CudaOffloadFactorization, A, b, u, Pl, Pr,
17+
function LinearSolve.init_cacheval(alg::CudaOffloadFactorization, A, b, u, Pl, Pr,
1818
maxiters::Int, abstol, reltol, verbose::Bool,
1919
assumptions::OperatorAssumptions)
2020
ArrayInterface.lu_instance(CUDA.CuArray(A))

0 commit comments

Comments
 (0)