diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2023-05-11 14:19:13 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2023-05-11 14:19:13 +0200 |
commit | d4abf7974175fd74bd9e0bbd382b8cb6318fceea (patch) | |
tree | 216cb6f1237dca4b4c1d7d075bbd864f6ff9ae2c /Microbenchmarks/STREAM/run.sh | |
parent | 6f694912e0828e5cede9df1b44b58e42e28e9d7f (diff) |
STREAM: some quality of life improvements
Diffstat (limited to 'Microbenchmarks/STREAM/run.sh')
-rwxr-xr-x | Microbenchmarks/STREAM/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Microbenchmarks/STREAM/run.sh b/Microbenchmarks/STREAM/run.sh index 26e0339..887d960 100755 --- a/Microbenchmarks/STREAM/run.sh +++ b/Microbenchmarks/STREAM/run.sh @@ -18,6 +18,7 @@ for nr_dpus in 1 2 4 8 16 32 64 128 256 512; do for op in copy copyw add scale triad; do for nr_tasklets in 1 2 3 4 6 8 10 12 16 20 24; do for dt in uint8_t uint16_t uint32_t uint64_t float double; do + echo if make -B MEM=${mem} OP=${op} NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10 T=${dt} UNROLL=1 \ || make -B MEM=${mem} OP=${op} NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10 T=${dt} UNROLL=0; then bin/host_code -w 0 -e 20 -i 2097152 |