From b575332b4cddbb3fe577744ec6b358dfb2f9e827 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Tue, 20 Oct 2015 16:29:21 +0100 Subject: [PATCH] Specify CUDA needs to be 6.5 or greater in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 056ffcf..61907e1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Unlike other GPU memory bandwidth benchmarks this does *not* include the PCIe tr Usage ----- -Build the OpenCL and CUDA binaries with `make` +Build the OpenCL and CUDA binaries with `make` (CUDA version requires CUDA >= v6.5) Run the OpenCL version with `./gpu-stream-ocl` and the CUDA version with `./gpu-stream-cuda`