Skip to content

Commit 1e6f07a

Browse files
committed
GPU: Exclude ITS Tracking / Vertexing parts from run time compilation
1 parent 9d75196 commit 1e6f07a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GPU/GPUTracking/Base/GPUReconstructionIncludesDevice.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ using namespace GPUCA_NAMESPACE::gpu;
9595
// Files for ITS Track Fit
9696
#include "GPUITSFitterKernels.cxx"
9797

98-
#if !defined(GPUCA_O2_LIB) && defined(__HIPCC__) && !defined(GPUCA_NO_ITS_TRAITS)
98+
#if !defined(GPUCA_O2_LIB) && defined(__HIPCC__) && !defined(GPUCA_NO_ITS_TRAITS) && !defined(GPUCA_GPUCODE_GENRTC)
9999
#include "VertexerTraitsHIP.hip.cxx"
100100
#include "ContextHIP.hip.cxx"
101101
#include "DeviceStoreVertexerHIP.hip.cxx"
102102
#include "ClusterLinesHIP.hip.cxx"
103103
#include "UtilsHIP.hip.cxx"
104-
#elif !defined(GPUCA_O2_LIB) && defined(__CUDACC__) && !defined(GPUCA_NO_ITS_TRAITS)
104+
#elif !defined(GPUCA_O2_LIB) && defined(__CUDACC__) && !defined(GPUCA_NO_ITS_TRAITS) && !defined(GPUCA_GPUCODE_GENRTC)
105105
#include "TrackerTraitsNV.cu"
106106
#include "VertexerTraitsGPU.cu"
107107
#include "Context.cu"

0 commit comments

Comments
 (0)