summaryrefslogtreecommitdiff
path: root/VA/dimes-hetsim-hbm-roofline.sh
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-07-17 13:36:57 +0200
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-07-17 13:36:57 +0200
commit1259f4c85f45ccf72b434d35b3bd1af841c9ae62 (patch)
treedfee71a3966aa79f7b1508b5b8d92f77b50c145e /VA/dimes-hetsim-hbm-roofline.sh
parent48a8f83f63dc62c630e7437cd47d10c24f688a18 (diff)
VA dimes benchmarks: re-introduce --resume; add memcpy baseline
Diffstat (limited to 'VA/dimes-hetsim-hbm-roofline.sh')
-rwxr-xr-xVA/dimes-hetsim-hbm-roofline.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/VA/dimes-hetsim-hbm-roofline.sh b/VA/dimes-hetsim-hbm-roofline.sh
index f987f5a..348f0e6 100755
--- a/VA/dimes-hetsim-hbm-roofline.sh
+++ b/VA/dimes-hetsim-hbm-roofline.sh
@@ -4,7 +4,7 @@ cd baselines/cpu
make -B NUMA=1
mkdir -p log/$(hostname)
-fn=log/$(hostname)/$(date +%Y%m%d)-roofline
+fn=log/$(hostname)/dimes-hetsim-roofline
# upstream uses 167772160 * 2 * int32 == 2.5 GiB input and 1.25 GiB output for DPU version
@@ -12,7 +12,7 @@ fn=log/$(hostname)/$(date +%Y%m%d)-roofline
for i in $(seq 0 7); do
echo "single-node execution ($i/8)" >&2
- parallel -j1 --eta --joblog ${fn}.${i}.joblog --header : \
+ parallel -j1 --eta --joblog ${fn}.joblog --resume --header : \
./va -i {input_size} -a {ram} -b {ram} -c {cpu} -t {nr_threads} -w 0 -e 5 \
::: nr_threads $(seq 1 16) \
::: cpu $i \
@@ -20,6 +20,4 @@ for i in $(seq 0 7); do
::: input_size 167772160
done
-) > ${fn}.txt
-
-xz -f -v -9 -M 800M ${fn}.txt
+) >> ${fn}.txt