Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Detectors/ITSMFT/ITS/tracking/GPU/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ o2_add_library(ITStrackingCUDA
O2::SimulationDataFormat
O2::ReconstructionDataFormats
O2::GPUCommon
CUDA::nvToolsExt
PRIVATE_LINK_LIBRARIES O2::GPUTrackingCUDAExternalProvider
TARGETVARNAME targetName)

Expand Down
2 changes: 1 addition & 1 deletion Detectors/ITSMFT/ITS/tracking/GPU/cuda/TracerGPU.cu
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "ITStrackingGPU/TracerGPU.h"

#if !defined(__HIPCC__) && defined(__USE_GPU_TRACER__)
#include "nvToolsExt.h"
#include <nvtx3/nvToolsExt.h>

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