Skip to content

Commit

Permalink
CUDA: testing yet different config
Browse files Browse the repository at this point in the history
  • Loading branch information
xspanger3770 committed Nov 4, 2023
1 parent 3ee6102 commit a70c423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GQHypocenterSearch/src/hypocenter_search.cu
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@

#define STATION_FILEDS 4
#define HYPOCENTER_FILEDS 5
#define SHARED_TRAVEL_TABLE_SIZE 512
#define SHARED_TRAVEL_TABLE_SIZE 2048

#define PHI2 2.618033989f

#define THRESHOLD 3.0f
#define MUL 1.3f
#define MUL 1.12f
#define ADD 3.0f

struct depth_profile_t{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
@SuppressWarnings("unused")
public class EarthquakeAnalysisTraining {

public static final int STATIONS = 50;
public static final int STATIONS = 7;
public static final double DIST = 10000;

public static final double INACCURACY = 3000;
private static final double MASSIVE_ERR_ODDS = 0.4;
private static final double MASSIVE_ERR_ODDS = 0.0;

public static void main(String[] args) throws Exception {
TauPTravelTimeCalculator.init();
Expand Down

0 comments on commit a70c423

Please sign in to comment.