Skip to content

Commit

Permalink
Update src/ensemblegpuarray/problem_generation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 19, 2023
1 parent 91e231b commit 5f62f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ensemblegpuarray/problem_generation.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function generate_problem(prob::AbstractODEProblem, u0, p, jac_prototype, colorvec)
function generate_problem(prob::SciMLBase.AbstractODEProblem, u0, p, jac_prototype, colorvec)
_f = let f = prob.f.f, kernel = DiffEqBase.isinplace(prob) ? gpu_kernel : gpu_kernel_oop
function (du, u, p, t)
version = get_backend(u)
Expand Down

0 comments on commit 5f62f6b

Please sign in to comment.