Skip to content

Commit b2f7018

Browse files
ParyaRoustaeeParyaRoustaee
authored andcommitted
manual formating updates
1 parent b61b85b commit b2f7018

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/examples/gpu_ensemble_random_decay.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,13 @@ cpu_sol = solve(ensemble_prob, Tsit5(), EnsembleThreads();
8585
trajectories = num_trajectories,
8686
save_everystep = false, # Match GPU setting
8787
dt = 0.01f0, adaptive = false)
88-
8988
```
9089

9190
# Performance Comparison
9291

9392
We re-run the simulations using @time to get a cleaner measurement of the execution time, excluding the initial compilation overhead.
9493

9594
```@example decay
96-
9795
# --- GPU Timing (Second Run) ---
9896
if gpu_sol_perf !== nothing
9997
@info "Timing GPU simulation (second run, no data saving)..."

0 commit comments

Comments
 (0)