|
34 | 34 | #define GPUCA_LB_GPUTPCCreateSliceData 128 |
35 | 35 | #define GPUCA_LB_GPUTPCStartHitsSorter 1024, 2 |
36 | 36 | #define GPUCA_LB_GPUTPCStartHitsFinder 1024 |
37 | | - #define GPUCA_LB_GPUTPCTrackletConstructor 512, 1 |
| 37 | + #define GPUCA_LB_GPUTPCTrackletConstructor 256, 2 |
38 | 38 | #define GPUCA_LB_GPUTPCTrackletSelector 256, 8 |
39 | 39 | #define GPUCA_LB_GPUTPCNeighboursFinder 1024, 1 |
40 | 40 | #define GPUCA_LB_GPUTPCNeighboursCleaner 896 |
41 | 41 | #define GPUCA_LB_GPUTPCGlobalTracking 256 |
42 | 42 | #define GPUCA_LB_GPUTPCCFDecodeZS 64, 4 |
43 | 43 | #define GPUCA_LB_GPUTPCCFGather 1024, 1 |
44 | 44 | #define GPUCA_LB_GPUTPCGMMergerTrackFit 64, 1 |
45 | | - #define GPUCA_LB_GPUTPCGMMergerFollowLoopers 256, 1, 200 |
| 45 | + #define GPUCA_LB_GPUTPCGMMergerFollowLoopers 256, 4, 200 |
46 | 46 | #define GPUCA_LB_GPUTPCGMMergerSliceRefit 256 |
47 | 47 | #define GPUCA_LB_GPUTPCGMMergerUnpackResetIds 256 |
48 | 48 | #define GPUCA_LB_GPUTPCGMMergerUnpackGlobal 256 |
|
68 | 68 | #define GPUCA_LB_GPUTPCGMMergerFinalize_0 256 |
69 | 69 | #define GPUCA_LB_GPUTPCGMMergerFinalize_1 256 |
70 | 70 | #define GPUCA_LB_GPUTPCGMMergerFinalize_2 256 |
71 | | - #define GPUCA_LB_GPUTPCCompressionKernels_step0attached 256 |
72 | | - #define GPUCA_LB_GPUTPCCompressionKernels_step1unattached 512 |
| 71 | + #define GPUCA_LB_GPUTPCCompressionKernels_step0attached 192, 2 |
| 72 | + #define GPUCA_LB_GPUTPCCompressionKernels_step1unattached 512, 2 |
73 | 73 | #define GPUCA_LB_COMPRESSION_GATHER 1024 |
74 | 74 | #define GPUCA_LB_CLUSTER_FINDER 512 |
75 | 75 | #define GPUCA_NEIGHBOURS_FINDER_MAX_NNEIGHUP 5 |
|
81 | 81 | #define GPUCA_MERGER_SPLIT_LOOP_INTERPOLATION 1 |
82 | 82 | #define GPUCA_TRACKLET_SELECTOR_SLICE_COUNT 1 |
83 | 83 | #define GPUCA_NO_ATOMIC_PRECHECK 1 |
84 | | - #define GPUCA_COMP_GATHER_KERNEL 3 |
| 84 | + #define GPUCA_DEDX_STORAGE_TYPE unsigned short |
| 85 | + #define GPUCA_MERGER_INTERPOLATION_ERROR_TYPE half |
| 86 | + #define GPUCA_COMP_GATHER_KERNEL 4 |
| 87 | + #define GPUCA_COMP_GATHER_MODE 3 |
85 | 88 | #elif defined(GPUCA_GPUTYPE_AMPERE) |
86 | 89 | #define GPUCA_WARP_SIZE 32 |
87 | 90 | #define GPUCA_THREAD_COUNT 512 |
|
0 commit comments