File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
GPU/GPUTracking/Definitions Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 8787 #define GPUCA_PAR_COMP_GATHER_KERNEL 4
8888 #define GPUCA_PAR_COMP_GATHER_MODE 3
8989 #elif defined(GPUCA_GPUTYPE_W7900 )
90- #define GPUCA_WARP_SIZE 32
90+ #define GPUCA_PAR_NEIGHBOURS_FINDER_MAX_NNEIGHUP 5
91+ #define GPUCA_PAR_TRACKLET_SELECTOR_HITS_REG_SIZE 20
92+ #define GPUCA_PAR_ALTERNATE_BORDER_SORT 1
93+ #define GPUCA_PAR_SORT_BEFORE_FIT 1
94+ #define GPUCA_PAR_MERGER_SPLIT_LOOP_INTERPOLATION 1
95+ #define GPUCA_PAR_NO_ATOMIC_PRECHECK 1
96+ #define GPUCA_PAR_DEDX_STORAGE_TYPE uint16_t
97+ #define GPUCA_PAR_MERGER_INTERPOLATION_ERROR_TYPE half
98+ #define GPUCA_PAR_COMP_GATHER_KERNEL 4
99+ #define GPUCA_PAR_COMP_GATHER_MODE 3
100+ // Use default settings below
91101 #elif defined(GPUCA_GPUTYPE_VEGA )
92102 #define GPUCA_WARP_SIZE 64
93103 #define GPUCA_THREAD_COUNT_DEFAULT 256
You can’t perform that action at this time.
0 commit comments