Skip to content

Commit cb97e7a

Browse files
committed
GPU: Clarify file name
1 parent fd4a6d2 commit cb97e7a

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

GPU/GPUTracking/Base/GPUReconstructionIncludesDeviceAll.template.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ namespace gpu
2525
} // namespace GPUCA_NAMESPACE
2626
using namespace GPUCA_NAMESPACE::gpu;
2727

28-
#if !defined(GPUCA_OPENCL1) && (!defined(GPUCA_ALIROOT_LIB) || !defined(GPUCA_GPUCODE))
29-
#define GPUCA_KRNL_NOOCL1
30-
#endif
31-
3228
// clang-format off
3329
$<JOIN:$<LIST:TRANSFORM,$<LIST:TRANSFORM,$<LIST:REMOVE_DUPLICATES,$<TARGET_PROPERTY:O2_GPU_KERNELS,O2_GPU_KERNEL_FILES>>,APPEND,">,PREPEND,#include ">,
3430
>

GPU/GPUTracking/Base/GPUReconstructionKernels.template.h renamed to GPU/GPUTracking/Base/GPUReconstructionKernelList.template.h

File renamed without changes.

GPU/GPUTracking/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ endif()
265265
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include_gpu_onthefly)
266266
file(GENERATE
267267
OUTPUT include_gpu_onthefly/GPUReconstructionKernelList.h
268-
INPUT Base/GPUReconstructionKernels.template.h
268+
INPUT Base/GPUReconstructionKernelList.template.h
269269
)
270270
file(GENERATE
271271
OUTPUT include_gpu_onthefly/GPUReconstructionKernelIncludes.h

0 commit comments

Comments
 (0)