summaryrefslogtreecommitdiff
path: root/VA
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2023-05-30 16:50:41 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2023-05-30 16:50:41 +0200
commit05907b53dd8d67b17a0d3e2d3109f0311746a056 (patch)
tree05f12f18e7fb0158448cc73ab4a6678bc4f27c5a /VA
parentecf6521037c5a9340b137e3bf5df87790c33c58a (diff)
VA: extend config space
Diffstat (limited to 'VA')
-rwxr-xr-xVA/run-paper-strong-rank.sh3
-rwxr-xr-xVA/run-paper-weak.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/VA/run-paper-strong-rank.sh b/VA/run-paper-strong-rank.sh
index 671eafc..956da2f 100755
--- a/VA/run-paper-strong-rank.sh
+++ b/VA/run-paper-strong-rank.sh
@@ -12,7 +12,8 @@ echo "prim-benchmarks VA strong-rank (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 1 4 16 64; do
+# 256 and 512 are not part of upstream config spac
+for nr_dpus in 1 4 16 64 256 512; do
for nr_tasklets in 1 2 4 8 16; do
echo
if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10; then
diff --git a/VA/run-paper-weak.sh b/VA/run-paper-weak.sh
index 99eed79..ae15f7e 100755
--- a/VA/run-paper-weak.sh
+++ b/VA/run-paper-weak.sh
@@ -12,7 +12,8 @@ echo "prim-benchmarks VA weak (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 1 4 16 64; do
+# upstream does not include 256 and 512 in config space
+for nr_dpus in 1 4 16 64 256 512; do
for nr_tasklets in 1 2 4 8 16; do
echo
if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10; then