Skip to content

Commit

Permalink
Update 2D sizes in setup too.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Oct 17, 2023
1 parent 1c96484 commit 4e466ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ get_runtime() {
}

echo bench_name,so,Devito,xDSL
for bench in "setup_wave2d.py -d 2048 2048 --nt 512" "setup_wave3d.py -d 512 512 512 --nt 512"
for bench in "setup_wave2d.py -d 8192 8192 --nt 1024" "setup_wave3d.py -d 512 512 512 --nt 512"
do
for so in 2 4 8
do
Expand Down

0 comments on commit 4e466ab

Please sign in to comment.