Skip to content

Commit

Permalink
Add extra remark.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jul 17, 2024
1 parent 79177e3 commit 0b3630e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion blog/2024-07-17-opencl-cuda-hip.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,12 @@ suite](https://github.com/diku-dk/futhark-benchmarks), ported from
[PBBS](https://cmuparlay.github.io/pbbsbench/benchmarks/index.html).
Some of these are variants of the same algorithm, e.g., there are five
different implementations of breadth-first search. I used an NVIDIA
A100 GPU and an AMD MI100 GPU.
A100 GPU and an AMD MI100 GPU. This is certainly an experiment that
focuses on *breadth* rather than *depth*. I am not familiar with any
benchmark suite that has so many equivalent programs written using
different GPU APIs. Certainly, a human programmer would never do
anything this tedious, although on the other hand a human programmer
would probably take better advantage of the peculiarities of each API.

Most of the benchmarks contain multiple *workloads* of varying sizes.
Each workload is executed at least ten times, and possibly more in
Expand Down

0 comments on commit 0b3630e

Please sign in to comment.