From 05907b53dd8d67b17a0d3e2d3109f0311746a056 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 30 May 2023 16:50:41 +0200 Subject: VA: extend config space --- VA/run-paper-strong-rank.sh | 3 ++- VA/run-paper-weak.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'VA') 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 -- cgit v1.2.3