From 6f0eec3685a1279e2cd934b398ca232c0d78175a Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 14 May 2025 14:36:47 +0200 Subject: GEMV: Remove legacy benchmark scripts --- GEMV/run.sh | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100755 GEMV/run.sh (limited to 'GEMV/run.sh') diff --git a/GEMV/run.sh b/GEMV/run.sh deleted file mode 100755 index 68637dc..0000000 --- a/GEMV/run.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash - -set -e - -# BL: use 2^(BL) B blocks for MRAM <-> WRAM transfers on PIM module -# -w: number of un-timed warmup iterations -# -e: number of timed iterations -# -m: number of rows -# -n: number of cols - -( - -echo "prim-benchmarks GEMV (dfatool edition)" -echo "Started at $(date)" -echo "Revision $(git describe --always)" - -# run-paper-strong-full: m=163840 n=4096 -# run-paper-strong-rank: m=8192 n=1024 -# run-paper-weak: m=ndpus*1024 n=2048 -for n in 512 1024 2048 4096; do - for m in 512 1024 2048 4096 8192 163840; do - for nr_dpus in 1 4 8 16 32 64 128 256 512 768 1024 1536 2048; do - for nr_tasklets in 8 12 16; do - echo - if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10; then - timeout --foreground -k 1m 30m bin/gemv_host -w 0 -e 100 -m $m -n $n || true - fi - done - done - done -done -) | tee "log-$(hostname)-ndpus.txt" -- cgit v1.2.3