Skip to content

Commit fc8f84f

Browse files
committed
GPU RTC: Don't pass a third launch bounds parameter
1 parent 186e914 commit fc8f84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/Base/cuda/GPUReconstructionCUDARTCCalls.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define GPUCA_GPUCODE_HOSTONLY
1616
#define GPUCA_GPUCODE_NO_LAUNCH_BOUNDS
1717

18-
#define GPUCA_KRNL_REG(args) __launch_bounds__(GPUCA_M_STRIP(args))
18+
#define GPUCA_KRNL_REG(args) __launch_bounds__(GPUCA_M_MAX2_3(GPUCA_M_STRIP(args)))
1919

2020
#include "GPUReconstructionCUDAIncludesSystem.h"
2121
#include "GPUReconstructionCUDADef.h"

0 commit comments

Comments
 (0)