We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5b278 commit 278c973Copy full SHA for 278c973
1 file changed
parts/gpu/README.md
@@ -37,8 +37,9 @@ 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 using problem of size `10240x10240`
41
-and number of time steps `2000`:
+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`:
+
42
43
<img src="img/benchmarking.png" alt="Benchmark Results" width="500">
44
45
0 commit comments