aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/tensors/tensor_benchmarks_gpu.cu
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-29 14:57:52 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-29 14:57:52 -0800
commit56a3ada6701b8e8645df4e00a2ef93d45a4f970a (patch)
tree2d451fcd6b51461fea1f04543744c8054e8f0f48 /bench/tensors/tensor_benchmarks_gpu.cu
parentb2075cb7a2d321a11f2c9b96877eaf2d49dc1b25 (diff)
Added benchmarks for full reduction
Diffstat (limited to 'bench/tensors/tensor_benchmarks_gpu.cu')
-rw-r--r--bench/tensors/tensor_benchmarks_gpu.cu1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/tensors/tensor_benchmarks_gpu.cu b/bench/tensors/tensor_benchmarks_gpu.cu
index a6f594382..76d68c5c1 100644
--- a/bench/tensors/tensor_benchmarks_gpu.cu
+++ b/bench/tensors/tensor_benchmarks_gpu.cu
@@ -33,6 +33,7 @@ BM_FuncGPU(algebraicFunc);
BM_FuncGPU(transcendentalFunc);
BM_FuncGPU(rowReduction);
BM_FuncGPU(colReduction);
+BM_FuncGPU(fullReduction);
// Contractions