summaryrefslogtreecommitdiff
path: root/scripts/benchmark/benchmark_all.py
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-04-16 20:40:15 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-04-16 20:40:15 +0200
commit3e2faa5db8eabd6f5a5c6c835fda84f9b79b8b3b (patch)
tree4e325b276bd74a545a35b28a4928d22d993d0625 /scripts/benchmark/benchmark_all.py
parent2673f5051820db82ebb857d88c2f36f7cacbed7d (diff)
Set proper settings for the benchmarks of batched routines
Diffstat (limited to 'scripts/benchmark/benchmark_all.py')
-rw-r--r--scripts/benchmark/benchmark_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/benchmark/benchmark_all.py b/scripts/benchmark/benchmark_all.py
index 42cda1d7..9bf09190 100644
--- a/scripts/benchmark/benchmark_all.py
+++ b/scripts/benchmark/benchmark_all.py
@@ -13,7 +13,7 @@ import sys
from benchmark import benchmark_single
-BENCHMARKS = ["axpy", "gemv", "gemm", "summary"]
+BENCHMARKS = ["axpy", "gemv", "gemm", "summary", "axpybatched", "gemmbatched"]
def parse_arguments(argv):