Commit Graph

49 Commits

Author SHA1 Message Date
Tom Lin
9326e98172 Merge branch 'main' into top-level-src
# Conflicts:
#	.github/workflows/main.yaml
#	.gitignore
#	README.md
#	src/CMakeLists.txt
#	src/ci-test-compile.sh
2021-11-30 14:39:48 +00:00
Tom Deakin
1b147963d1
Merge pull request #103 from UoB-HPC/scala
Initial Scala implementation
2021-11-25 13:11:46 +00:00
Tom Deakin
8f9ca7baa7 update references in README 2021-07-28 10:37:25 +01:00
Tom Lin
742f0629be Initial TBB implementation 2021-05-27 09:28:40 +01:00
Tom Lin
5318404249 Use ./src instead of ./cpp
Create subdir for each cpp-based implementation
2021-05-26 17:46:07 +01:00
Tom Lin
cc86998f50 Initial Scala implementation 2021-05-23 08:03:30 +01:00
Tom Lin
717cc40c2c Move all C++ impl. to ./cpp 2021-05-23 07:21:21 +01:00
Andrei Poenaru
4d83bf4b18 Fix some README typos 2021-03-30 16:54:48 +03:00
Tom Lin
14aefecc57 Re-add all compile and arch dependent flags
Fix ACC not linking on CMake < 3.16
Fix CUDA warnings for CMP0104 and avoid repeated -O[n] flags
Fix ComputeCpp not picking up custom flags
[CI] Highlight compiler warnings
[CI] Don't skip remaining tests when one fails
[CI] Add CMake 3.13, 3.15, 3.18 checks
2021-03-11 15:46:23 +00:00
Tom Lin
6536c1736a Initial CMake+CI integration 2021-03-05 13:41:35 +00:00
Tom Deakin
312af25cfb Merge branch 'main' into nstream 2021-02-22 15:13:31 +00:00
Tom Deakin
683b8fcf88 update README 2021-02-18 13:51:24 +00:00
Tom Deakin
767df86f1a Update README with nstream citations 2021-02-02 11:25:48 +00:00
Tom Deakin
877f820282 Revert "Update README with nstream citations"
This reverts commit cb0c345ad5.
2021-02-02 11:25:14 +00:00
Tom Deakin
cb0c345ad5 Update README with nstream citations 2021-02-02 11:24:41 +00:00
Gonzalo Brito Gadeschi
0855805ce2 Add NVIDIA HPC SDK C++ parallel STL implementation
This commits adds an implementation using the C++ parallel STL.
The Makefile uses the NVIDIA HPC SDK `nvc++` compiler with the `-stdpar` flag.
Tested using the NVIDIA HPC SDK 20.9.
2020-11-23 03:08:44 -08:00
Tom Lin
1ffd069e80 Update Kokkos to support version 3+ 2020-07-13 03:02:34 +01:00
Tom Deakin
d6520daf11 Update README with differentiation from STREAM 2020-06-02 15:41:00 +01:00
Tom Deakin
da085f3f59
Add logo to README 2018-10-17 09:50:20 +01:00
Tom Deakin
72ca26ac94 Add better link to SC17 publication in README 2018-02-07 15:22:04 +00:00
Tom Deakin
4d3f1ff0b2 Add new reference to README 2018-02-07 15:17:23 +00:00
Tom Deakin
a11cb21bac Add new reference to README 2018-02-07 15:15:30 +00:00
Tom Deakin
cfb89018f6 Update README with new Kokkos building instructions 2018-02-07 14:34:22 +00:00
Simon McIntosh-Smith
f8044a7679
Adding BabelStream cache-aware poster from SC17
Might need to update this when it's available from the SC17 website itself (not at the time of writing).
2017-11-26 11:51:05 +00:00
Tom Deakin
dafc63030f Rename to BabelStream 2017-04-08 12:16:29 +01:00
Tom Deakin
50e3a1970f Add RAJA CUDA build instructions 2017-04-06 10:38:03 +01:00
Tom Deakin
3331f62f42 Add RAJA build instructions to README 2017-04-06 10:16:34 +01:00
Tom Deakin
d7e38c1ca9 Add Kokkos build instructions to README 2017-04-05 22:09:58 +01:00
Tom Deakin
54a2a39ccf Merge branch 'master' into bugfix/build 2017-02-23 16:46:25 +00:00
Tom Deakin
e6ac8076cf Move android instructions to seperate file 2017-02-23 16:45:55 +00:00
Tom Deakin
2989419cb5 Update README 2017-02-23 16:43:56 +00:00
Tom Deakin
6741168654 Fix README typo 2017-02-23 16:42:51 +00:00
Tom Deakin
1c31eedd8b Update README 2017-02-23 16:41:44 +00:00
Simon McIntosh-Smith
b3cf9992bb Fixed broken link to new GPU-STREAM webpage 2016-11-07 23:35:00 +00:00
Tom Deakin
9acdba8b76 Add link to website 2016-10-31 18:31:33 +00:00
Tom Deakin
7150e047dd Add link to website 2016-10-31 18:31:07 +00:00
Tom Deakin
39e51246b0 Update citation 2016-07-19 15:46:08 +01:00
Tom Deakin
eda9d56ed9 Merge branch 'refactor' 2016-06-30 16:51:40 +01:00
Tom Deakin
9449e08886 update readme 2016-05-11 16:23:14 +01:00
Tom Deakin
b53fb1b3b2 Merge pull request #7 from sunway513/pull-request-HIP
Pull request hip
2016-05-09 17:03:49 +01:00
sunway513
11053798ff Improved GPU-STREAM benchmark for HIP version:
1. Add optional looper kernels to take command line input for the number of groups and groupSize
2. Add GEOMEAN value calculation of the kernels
3. Instructions on configure HIP environment in the README.md
4. Add results for HIP on FIJI Nano, TITAN X; CUDA on TITAN X
5. Run script to optionally run HIP version with groups and groupSize options
2016-03-15 07:56:32 -05:00
Tom Deakin
bbee439985 Add citation information to README 2016-03-15 09:17:46 +00:00
sunway513
fdeb20601f Pull request for HIP version 2016-03-14 11:44:30 -05:00
Tom Deakin
b575332b4c Specify CUDA needs to be 6.5 or greater in README 2015-10-20 16:29:21 +01:00
James Price
38b2933949 Added missing markdown for inline code in README. 2015-08-19 18:57:15 +01:00
James Price
b3816394d5 Added instructions for building on Android. 2015-08-19 18:54:35 +01:00
Tom Deakin
c52c7f290c Update README 2015-07-16 18:23:28 +01:00
Tom Deakin
9e6e269c3b Add STREAM reference to README 2015-07-16 12:52:09 +01:00
Tom Deakin
d4b45250ce Add empty README.md file 2015-07-15 23:29:40 +01:00