summaryrefslogtreecommitdiff
path: root/GEMV
diff options
context:
space:
mode:
authorBirte Friesel <dfriesel@uos.de>2023-07-24 11:42:22 +0200
committerBirte Friesel <dfriesel@uos.de>2023-07-24 11:42:22 +0200
commitaf3869489b84c2264c29211b29d8baced926ae0d (patch)
tree045f8319dacbe2f6e05f1329ac5d8782fea4ff08 /GEMV
parente39651ab9ffe1420dd0bac7d5777f9480b5aa027 (diff)
GEMV: update #DPUS
Diffstat (limited to 'GEMV')
-rwxr-xr-xGEMV/baselines/cpu/run.sh1
-rwxr-xr-xGEMV/run-paper-strong-full.sh4
-rwxr-xr-xGEMV/run-paper-strong-rank.sh4
3 files changed, 5 insertions, 4 deletions
diff --git a/GEMV/baselines/cpu/run.sh b/GEMV/baselines/cpu/run.sh
index 14c03af..abe14b3 100755
--- a/GEMV/baselines/cpu/run.sh
+++ b/GEMV/baselines/cpu/run.sh
@@ -15,5 +15,6 @@ make -B verbose=1
for nr_threads in 88 64 44 1 2 4 6 8 12 16 20 24 32; do
OMP_NUM_THREADS=${nr_threads} timeout --foreground -k 1m 30m ./gemv || true
+ sleep 10
done
) | tee "${HOST}-explore.txt"
diff --git a/GEMV/run-paper-strong-full.sh b/GEMV/run-paper-strong-full.sh
index 8e0be2a..38e6123 100755
--- a/GEMV/run-paper-strong-full.sh
+++ b/GEMV/run-paper-strong-full.sh
@@ -8,8 +8,8 @@ echo "prim-benchmarks GEMV strong-full (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-# 2544 is not part of upstream
-for nr_dpus in 2544 256 512 1024 2048; do
+# >2048 are not part of upstream
+for nr_dpus in 2543 2304 256 512 1024 2048; 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 verbose=1; then
diff --git a/GEMV/run-paper-strong-rank.sh b/GEMV/run-paper-strong-rank.sh
index a5451cb..64f0751 100755
--- a/GEMV/run-paper-strong-rank.sh
+++ b/GEMV/run-paper-strong-rank.sh
@@ -8,8 +8,8 @@ echo "prim-benchmarks GEMV strong-rank (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-# 256 and 512 are not part of upstream config space
-for nr_dpus in 512 256 1 4 16 64; do
+# >64 are not part of upstream
+for nr_dpus in 128 1 4 16 64; 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 verbose=1; then