We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5c24c commit b852325Copy full SHA for b852325
docs/src/examples/gpu_ensemble_random_decay.md
@@ -93,7 +93,7 @@ cpu_sol = solve(ensemble_prob, Tsit5(), EnsembleThreads();
93
94
We re-run the simulations using @time to get a cleaner measurement of the execution time, excluding the initial compilation overhead.
95
96
-```julia
+```@example decay
97
98
# --- GPU Timing (Second Run) ---
99
if gpu_sol_perf !== nothing
0 commit comments