Skip to content

Commit

Permalink
namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Oct 4, 2023
1 parent 6cbe0f2 commit 457d67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/LinearSolveCUDAExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function SciMLBase.solve!(cache::LinearSolve.LinearCache, alg::CudaOffloadFactor
SciMLBase.build_linear_solution(alg, y, nothing, cache)
end

function init_cacheval(alg::CudaOffloadFactorization, A, b, u, Pl, Pr,
function LinearSolve.init_cacheval(alg::CudaOffloadFactorization, A, b, u, Pl, Pr,
maxiters::Int, abstol, reltol, verbose::Bool,
assumptions::OperatorAssumptions)
ArrayInterface.lu_instance(CUDA.CuArray(A))
Expand Down

0 comments on commit 457d67f

Please sign in to comment.