From c52c7f290c2e7ecddfeb8599866b317f19cdf402 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Thu, 16 Jul 2015 18:23:28 +0100 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f9b81aa..15e33af 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,16 @@ This benchmark is similar in spirit, and based on, the STREAM benchmark [1] for Unlike other GPU memory bandwidth benchmarks this does *not* include the PCIe transfer time. +Usage +----- + +Build the OpenCL and CUDA binaries with `make` + +Run the OpenCL version with `./gpu-stream-ocl` and the CUDA version with `./gpu-stream-cuda` + +Results +------- + +Sample results can be found in the `results` subdirectory. If you would like to submit updated results, please submit a Pull Request. [1]: McCalpin, John D., 1995: "Memory Bandwidth and Machine Balance in Current High Performance Computers", IEEE Computer Society Technical Committee on Computer Architecture (TCCA) Newsletter, December 1995.