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 4dfe7ac commit cd8e340Copy full SHA for cd8e340
docs/src/examples/gpu_ensemble_random_decay.md
@@ -62,6 +62,7 @@ Here we solve the ensemble problem on both GPU and CPU. We use 10,000 trajectori
62
num_trajectories = 10_000
63
64
# --- GPU Simulation ---
65
+gpu_sol_perf = nothing # Initialize variable for performance run
66
if CUDA.has_cuda() && CUDA.functional()
67
@info "Running GPU simulation (initial run for performance, includes compilation)..."
68
# Use EnsembleGPUKernel with the CUDABackend.
0 commit comments