Skip to content

Commit

Permalink
select more favorable tuning params
Browse files Browse the repository at this point in the history
  • Loading branch information
xspanger3770 committed Apr 20, 2024
1 parent 96a3ad9 commit bf937ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GQHypocenterSearch/autotune.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# Specify the values of BLOCK_HYPOCS and TILE
BLOCK_HYPOCS_VALUES=(32 64 128 224 256 264 280 324 360 384 442 512 1024)
TILE_VALUES=(1 2 3 4 5 6 7 8 9 10 11 12 13 14)
BLOCK_HYPOCS_VALUES=(256 384 512 768)
TILE_VALUES=(4 5 6 7 8 9 10 11 12 13 14)

#BLOCK_HYPOCS_VALUES=(32)
#TILE_VALUES=(5)
Expand Down

0 comments on commit bf937ce

Please sign in to comment.