diff --git a/LICENSE b/LICENSE index 1bc1114..1835c1a 100644 --- a/LICENSE +++ b/LICENSE @@ -12,22 +12,22 @@ * 3. You are free to publish results obtained from running this * program, or from works that you derive from this program, * with the following limitations: -* 3a. In order to be referred to as "GPU-STREAM benchmark results", -* published results must be in conformance to the GPU-STREAM +* 3a. In order to be referred to as "BabelStream benchmark results", +* published results must be in conformance to the BabelStream * Run Rules published at -* http://github.com/UoB-HPC/GPU-STREAM/wiki/Run-Rules +* http://github.com/UoB-HPC/BabelStream/wiki/Run-Rules * and incorporated herein by reference. * The copyright holders retain the * right to determine conformity with the Run Rules. * 3b. Results based on modified source code or on runs not in -* accordance with the GPU-STREAM Run Rules must be clearly +* accordance with the BabelStream Run Rules must be clearly * labelled whenever they are published. Examples of * proper labelling include: -* "tuned GPU-STREAM benchmark results" -* "based on a variant of the GPU-STREAM benchmark code" +* "tuned BabelStream benchmark results" +* "based on a variant of the BabelStream benchmark code" * Other comparable, clear and reasonable labelling is * acceptable. -* 3c. Submission of results to the GPU-STREAM benchmark web site +* 3c. Submission of results to the BabelStream benchmark web site * is encouraged, but not required. * 4. Use of this program or creation of derived works based on this * program constitutes acceptance of these licensing restrictions. diff --git a/README.md b/README.md index e1dcfdc..0f93be6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -GPU-STREAM +BabelStream ========== Measure memory transfer rates to/from global device memory on GPUs. @@ -16,9 +16,11 @@ Currently implemented are: - RAJA - SYCL +This code was previously called GPU-STREAM. + Website ------- -[uob-hpc.github.io/GPU-STREAM/](https://uob-hpc.github.io/GPU-STREAM/) +[uob-hpc.github.io/BabelStream/](https://uob-hpc.github.io/BabelStream/) Usage ----- @@ -68,13 +70,17 @@ Sample results can be found in the `results` subdirectory. If you would like to Citing ------ -You can view the [Poster and Extended Abstract](http://sc15.supercomputing.org/sites/all/themes/SC15images/tech_poster/tech_poster_pages/post150.html) on GPU-STREAM presented at SC'15. Please cite GPU-STREAM via this reference: +Please cite BabelStream via this reference: > Deakin T, Price J, Martineau M, McIntosh-Smith S. GPU-STREAM v2.0: Benchmarking the achievable memory bandwidth of many-core processors across diverse parallel programming models. 2016. Paper presented at P^3MA Workshop at ISC High Performance, Frankfurt, Germany. -**Other GPU-STREAM publications:** +**Other BabelStream publications:** > Deakin T, McIntosh-Smith S. GPU-STREAM: Benchmarking the achievable memory bandwidth of Graphics Processing Units. 2015. Poster session presented at IEEE/ACM SuperComputing, Austin, United States. +You can view the [Poster and Extended Abstract](http://sc15.supercomputing.org/sites/all/themes/SC15images/tech_poster/tech_poster_pages/post150.html). + +> Deakin T, Price J, Martineau M, McIntosh-Smith S. GPU-STREAM: Now in 2D!. 2016. Poster session presented at IEEE/ACM SuperComputing, Salt Lake City, United States. +You can view the [Poster and Extended Abstract](http://sc16.supercomputing.org/sc-archive/tech_poster/tech_poster_pages/post139.html). diff --git a/main.cpp b/main.cpp index 2c33f22..33cef1e 100644 --- a/main.cpp +++ b/main.cpp @@ -54,7 +54,7 @@ void parseArguments(int argc, char *argv[]); int main(int argc, char *argv[]) { std::cout - << "GPU-STREAM" << std::endl + << "BabelStream" << std::endl << "Version: " << VERSION_STRING << std::endl << "Implementation: " << IMPLEMENTATION_STRING << std::endl;