Skip to content

Commit

Permalink
Update multi device scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh530 committed Apr 20, 2023
1 parent 163c6dd commit 01d81d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions GPU_ODE_Julia/bench_multi_device.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ elseif ARGS[2] == "Metal"
abstol = 1.0f-8)
end

data = @benchmark DiffEqGPU.vectorized_asolve($probs, $ensembleProb.prob,
GPUTsit5();
dt = 0.001f0, reltol = 1.0f-8,
abstol = 1.0f-8)

if !isinteractive()
open(joinpath(dirname(@__DIR__), "data", "devices", ARGS[2],
"Julia_times_adaptive.txt"), "a+") do io
Expand Down

0 comments on commit 01d81d4

Please sign in to comment.