Skip to content

Commit 70cf542

Browse files
committed
Merge branch 'fix-saveat-kernel' of https://github.com/Ambar-13/DiffEqGPU.jl into fix-saveat-kernel
2 parents 1860d73 + 4e7b71a commit 70cf542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ensemblegpukernel/lowerlevel_solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function vectorized_solve(probs, prob::ODEProblem, alg;
9494
# containig CuDeviceArrays, which we cannot use on the host (not GC tracked,
9595
# no useful operations, etc). That's unfortunate though, since this loop is
9696
# generally slower than the entire GPU execution, and necessitates synchronization
97-
#EDIT: Done when using with DiffEqGPU
97+
# EDIT: Done when using with DiffEqGPU
9898
ts, us
9999
end
100100

0 commit comments

Comments
 (0)