File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments