diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-26 08:16:20 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-26 08:16:20 +0200 |
commit | 6cca3c3abb9ba0ee9be987b6eb89fe71f5b9ffa2 (patch) | |
tree | 19a64e411876d89644f1f2c3b6e5fe88ae13973f /VA | |
parent | 4f6732401871474635e2437c7d62758c0e6099c1 (diff) |
VA hbm: reduce number of repetitions
Diffstat (limited to 'VA')
-rwxr-xr-x | VA/dimes-hetsim-hbm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VA/dimes-hetsim-hbm.sh b/VA/dimes-hetsim-hbm.sh index 1b70878..5c1bb57 100755 --- a/VA/dimes-hetsim-hbm.sh +++ b/VA/dimes-hetsim-hbm.sh @@ -14,7 +14,7 @@ make -B NUMA=1 NUMA_MEMCPY=1 echo "CPU single-node operation with setup cost, memcpy node == input node, cpu node == output node (1/3)" >&2 parallel -j1 --eta --joblog ${fn}.1.joblog --resume --header : \ - ./va -i {input_size} -a {ram_in} -b {ram_out} -c {cpu} -C {ram_local} -M {cpu_memcpy} -t {nr_threads} -w 0 -e 20 \ + ./va -i {input_size} -a {ram_in} -b {ram_out} -c {cpu} -C {ram_local} -M {cpu_memcpy} -t {nr_threads} -w 0 -e 5 \ ::: nr_threads 1 2 4 8 12 16 \ ::: ram_in $(seq 0 15) \ :::+ cpu_memcpy $(seq 0 7) $(seq 0 7) \ |