aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/tensors
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-01-28 17:13:04 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-01-28 17:13:04 -0800
commit211d350fc332a86e5eeb1c9a4ab598756c2eddbf (patch)
treee0886292d770a91f0169cd513d3e0e0948feeb7c /bench/tensors
parentbd2e5a788ac074535b4f973ac81ac61d4a166288 (diff)
Fixed a typo
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 9e0ac0ce8..6b51fe878 100644
--- a/bench/tensors/README
+++ b/bench/tensors/README
@@ -1,7 +1,7 @@
Each benchmark comes in 2 flavors: one that runs on CPU, and one that runs on GPU.
To compile the CPU benchmarks, simply call:
-g++ tensor_benchmarks_cpu.cc benchmark_main.cc -I ../../ -std=c++11 -O3 -DNDEBUG-pthread -mavx -o benchmarks_cpu
+g++ tensor_benchmarks_cpu.cc benchmark_main.cc -I ../../ -std=c++11 -O3 -DNDEBUG -pthread -mavx -o benchmarks_cpu
To compile the GPU benchmarks, simply call:
nvcc tensor_benchmarks_gpu.cu benchmark_main.cc -I ../../ -std=c++11 -O2 -DNDEBUG -arch compute_35 -o benchmarks_gpu