Skip to content

Commit 74c2ec2

Browse files
authored
Bump nvToolsExt (#14074)
1 parent 79ea4b7 commit 74c2ec2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Detectors/ITSMFT/ITS/tracking/GPU/cuda/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ o2_add_library(ITStrackingCUDA
3333
O2::SimulationDataFormat
3434
O2::ReconstructionDataFormats
3535
O2::GPUCommon
36-
CUDA::nvToolsExt
3736
PRIVATE_LINK_LIBRARIES O2::GPUTrackingCUDAExternalProvider
3837
TARGETVARNAME targetName)
3938

Detectors/ITSMFT/ITS/tracking/GPU/cuda/TracerGPU.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "ITStrackingGPU/TracerGPU.h"
1414

1515
#if !defined(__HIPCC__) && defined(__USE_GPU_TRACER__)
16-
#include "nvToolsExt.h"
16+
#include <nvtx3/nvToolsExt.h>
1717

1818
constexpr uint32_t colors[] = {0xff00ff00, 0xff0000ff, 0xffffff00, 0xffff00ff, 0xff00ffff, 0xffff0000, 0xffffffff};
1919
constexpr int num_colors = sizeof(colors) / sizeof(uint32_t);

0 commit comments

Comments
 (0)