-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align BabelStream with LLAMA version
- Loading branch information
1 parent
0562877
commit bb21231
Showing
5 changed files
with
47 additions
and
40 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 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 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,6 @@ | ||
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. | ||
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 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 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