diff options
author | Birte Friesel <dfriesel@uos.de> | 2023-07-26 17:55:54 +0200 |
---|---|---|
committer | Birte Friesel <dfriesel@uos.de> | 2023-07-26 17:55:54 +0200 |
commit | c4dae8a92fc6c9bfa48c5d5085a0dcc96fe9e645 (patch) | |
tree | 315f59f61a8e06ea4931f677141acb1435529aca /SpMV/run-paper-strong-full.sh | |
parent | 16c8347eac0e9650570aadf958c8a04a594a9c35 (diff) |
update config space
Diffstat (limited to 'SpMV/run-paper-strong-full.sh')
-rwxr-xr-x | SpMV/run-paper-strong-full.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SpMV/run-paper-strong-full.sh b/SpMV/run-paper-strong-full.sh index e4d7260..09b7085 100755 --- a/SpMV/run-paper-strong-full.sh +++ b/SpMV/run-paper-strong-full.sh @@ -12,8 +12,8 @@ cd data/generate ./replicate ../bcsstk30.mtx 64 ../bcsstk30.mtx.64.mtx cd ../.. -# 2544 is not in upstream -for nr_dpus in 2544 256 512 1024 2048; do +# >2048 is not in 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} verbose=1; then |