summaryrefslogtreecommitdiff
path: root/VA/run-paper-weak.sh
diff options
context:
space:
mode:
Diffstat (limited to 'VA/run-paper-weak.sh')
-rwxr-xr-xVA/run-paper-weak.sh3
1 files changed, 2 insertions, 1 deletions
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