aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/tensors
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-27 20:22:04 +0000
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-27 20:22:04 +0000
commit1031b31571b0069159218bfcb9686aa483333234 (patch)
tree800287ec9b300f52ace98b15d1083b14cebbdb74 /bench/tensors
parent8e6faab51eff1e6f0d53c4152a14b3fbed09ed6c (diff)
Improved the README
Diffstat (limited to 'bench/tensors')
-rw-r--r--bench/tensors/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/tensors/README b/bench/tensors/README
index 1de0a5786..4398aa81b 100644
--- a/bench/tensors/README
+++ b/bench/tensors/README
@@ -8,5 +8,5 @@ nvcc tensor_benchmarks_gpu.cu benchmark_main.cc -I ../../ -std=c++11 -O2 -DNDEBU
To compile the half float GPU benchmarks, simply call the command line below. You'll need a recent GPU that supports compute capability 5.3 or higher to run them and nvcc 7.5 or higher to compile the code.
-nvcc tensor_benchmarks_fp16_gpu.cu benchmark_main.cc -I ../../ -std=c++11 -O2 -DNDEBUG -arch compute_53 -o benchmarks_gpu
+nvcc tensor_benchmarks_fp16_gpu.cu benchmark_main.cc -I ../../ -std=c++11 -O2 -DNDEBUG -arch compute_53 -o benchmarks_fp16_gpu