-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor babelstream and use catch2 benchmarking
- Loading branch information
1 parent
bc083db
commit 6ffd219
Showing
7 changed files
with
466 additions
and
941 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
This is a port of [BabelStream](https://github.com/UoB-HPC/BabelStream) to alpaka. | ||
This work is based on the [cupla port of BabelStream](https://github.com/jyoung3131/BabelStream) from Jeff Young. | ||
The benchmark driver (`main.cpp` and `Stream.h`) is taken from BabelStream. | ||
No other backends are available, only alpaka. | ||
Thus, there is no need to select a backend, just run the executable. | ||
Please refer to the BabelStream documentation of more information on how to run the benchmark. | ||
This work was initially based on the [cupla port of BabelStream](https://github.com/jyoung3131/BabelStream) from Jeff Young. Then refactored. | ||
The benchmark BabelStream is developed by Tom Deakin, Simon McIntosh-Smith, University of Bristol HPC; based on John D. McCalpin's original STREAM benchmark for CPUs | ||
Some implementations and the documents are accessible through https://github.com/UoB-HPC |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.