summaryrefslogtreecommitdiff
path: root/scripts/benchmark/settings.py
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-01-26 20:38:11 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-01-26 20:38:11 +0100
commitada762f66878817d949c25221438b90de448e06d (patch)
treea40f6b16ad173e9a0b2f6cdb7e9c48b5fc75a562 /scripts/benchmark/settings.py
parentcaebe8a9d52712d86bd7adcc7cf2448beab0fe0e (diff)
Minor displaying improvements to the graph plotting scripts
Diffstat (limited to 'scripts/benchmark/settings.py')
-rw-r--r--scripts/benchmark/settings.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/benchmark/settings.py b/scripts/benchmark/settings.py
index 98b97530..7a2df2d6 100644
--- a/scripts/benchmark/settings.py
+++ b/scripts/benchmark/settings.py
@@ -64,7 +64,7 @@ AXPYBATCHED = {
"benchmarks": [
{
"name": "axpybatched", "num_runs": 10,
- "title": "b=8",
+ "title": "num batches = 8",
"x_label": "sizes (n)", "x_keys": ["n"],
"y_label": "GB/s (higher is better)", "y_key": "GBs",
"arguments": [{"batch_num": 8, "n": n, "incx": 1, "incy": 1, "step": 0, "num_steps": 1}
@@ -72,7 +72,7 @@ AXPYBATCHED = {
},
{
"name": "axpybatched", "num_runs": 5,
- "title": "b=64",
+ "title": "num batches = 64",
"x_label": "sizes (n)", "x_keys": ["n"],
"y_label": "GB/s (higher is better)", "y_key": "GBs",
"arguments": [{"batch_num": 64, "n": n, "incx": 1, "incy": 1, "step": 0, "num_steps": 1}
@@ -222,7 +222,7 @@ GEMMBATCHED = {
"benchmarks": [
{
"name": "gemmbatched", "num_runs": 20,
- "title": "b=8",
+ "title": "num batches = 8",
"x_label": "sizes (m=n=k)", "x_keys": ["m"],
"y_label": "GFLOPS (higher is better)", "y_key": "GFLOPS",
"arguments": [{"batch_num": 8, "m": 32, "n": 32, "k": 32, "layout": 102,
@@ -230,7 +230,7 @@ GEMMBATCHED = {
},
{
"name": "gemmbatched", "num_runs": 10,
- "title": "b=64",
+ "title": "num batches = 64",
"x_label": "sizes (m=n=k)", "x_keys": ["m"],
"y_label": "GFLOPS (higher is better)", "y_key": "GFLOPS",
"arguments": [{"batch_num": 64, "m": 32, "n": 32, "k": 32, "layout": 102,
@@ -252,7 +252,7 @@ GEMMSTRIDEDBATCHED = {
"benchmarks": [
{
"name": "gemmstridedbatched", "num_runs": 20,
- "title": "b=8",
+ "title": "num batches = 8",
"x_label": "sizes (m=n=k)", "x_keys": ["m"],
"y_label": "GFLOPS (higher is better)", "y_key": "GFLOPS",
"arguments": [{"batch_num": 8, "m": 32, "n": 32, "k": 32, "layout": 102,
@@ -260,7 +260,7 @@ GEMMSTRIDEDBATCHED = {
},
{
"name": "gemmstridedbatched", "num_runs": 10,
- "title": "b=64",
+ "title": "num batches = 64",
"x_label": "sizes (m=n=k)", "x_keys": ["m"],
"y_label": "GFLOPS (higher is better)", "y_key": "GFLOPS",
"arguments": [{"batch_num": 64, "m": 32, "n": 32, "k": 32, "layout": 102,