Skip to content

Commit

Permalink
Merge pull request #284 from SciML/ChrisRackauckas-patch-3
Browse files Browse the repository at this point in the history
Update DiffEqGPU.jl for LinearSolve v2
  • Loading branch information
ChrisRackauckas authored Jun 16, 2023
2 parents 4625f93 + 0fd8e1e commit 860c080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiffEqGPU.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ function LinearSolve.init_cacheval(linsol::LinSolveGPUSplitFactorize, A, b, u, P
LinSolveGPUSplitFactorize(linsol.len, length(u) ÷ linsol.len)
end

function SciMLBase.solve(cache::LinearSolve.LinearCache, alg::LinSolveGPUSplitFactorize,
function SciMLBase.solve!(cache::LinearSolve.LinearCache, alg::LinSolveGPUSplitFactorize,
args...; kwargs...)
p = cache.cacheval
A = cache.A
Expand Down

0 comments on commit 860c080

Please sign in to comment.