We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e35483 commit ecb6e9cCopy full SHA for ecb6e9c
1 file changed
parts/gpu/README.md
@@ -37,7 +37,7 @@ The notebook presents a series of benchmarks comparing execution times across di
37
- Uses `KernelAbstractions.jl` to write code that can run on both CPU and GPU.
38
- Offers flexibility with performance close to the `CUDA.jl` implementation.
39
40
-Here's the plot showing the benchmark results on a single A100 GPU in Perlmutter:
+Here's the plot showing the benchmark results on a single A100 GPU in Perlmutter using problem of size `10240x10240` and number of time steps `2000`:
41
<img src="img/benchmarking.png" alt="Benchmark Results" width="500">
42
43
0 commit comments