summaryrefslogtreecommitdiff
path: root/scripts/benchmark/benchmark_all.py
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-01-27 20:06:13 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-01-27 20:06:13 +0100
commit180532ea398891c2366b8ca6cfcc215208528f2c (patch)
treeb1af592172987ff638ca1b51e3ae8c7a4bd6f31a /scripts/benchmark/benchmark_all.py
parentada762f66878817d949c25221438b90de448e06d (diff)
Some fixes to the benchmark scripts
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 42803614..881d6bc0 100644
--- a/scripts/benchmark/benchmark_all.py
+++ b/scripts/benchmark/benchmark_all.py
@@ -13,7 +13,7 @@ import sys
from benchmark import benchmark_single, COMPARISONS
-BENCHMARKS = ["axpy", "gemv", "gemm", "summary", "axpybatched", "gemmbatched"]
+BENCHMARKS = ["axpy", "gemv", "gemm", "summary", "axpybatched", "gemmbatched", "gemmstridedbatched"]
def parse_arguments(argv):