We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186e914 commit fc8f84fCopy full SHA for fc8f84f
GPU/GPUTracking/Base/cuda/GPUReconstructionCUDARTCCalls.cu
@@ -15,7 +15,7 @@
15
#define GPUCA_GPUCODE_HOSTONLY
16
#define GPUCA_GPUCODE_NO_LAUNCH_BOUNDS
17
18
-#define GPUCA_KRNL_REG(args) __launch_bounds__(GPUCA_M_STRIP(args))
+#define GPUCA_KRNL_REG(args) __launch_bounds__(GPUCA_M_MAX2_3(GPUCA_M_STRIP(args)))
19
20
#include "GPUReconstructionCUDAIncludesSystem.h"
21
#include "GPUReconstructionCUDADef.h"
0 commit comments