We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8021a78 commit ef9360eCopy full SHA for ef9360e
GPU/GPUTracking/Base/hip/CMakeLists.txt
@@ -25,7 +25,7 @@ if(ALIGPU_BUILD_TYPE STREQUAL "O2")
25
o2_add_library(
26
${MODULE}
27
SOURCES ${SRCS}
28
- PUBLIC_LINK_LIBRARIES O2::GPUTracking hip::host hip::device hip::hipcub rocthrust
+ PUBLIC_LINK_LIBRARIES O2::GPUTracking hip::host hip::device hip::hipcub ROCm::rocThrust
29
PUBLIC_INCLUDE_DIRECTORIES ${CMAKE_SOURCE_DIR}/Detectors/TRD/base/src
30
${CMAKE_SOURCE_DIR}/Detectors/Base/src
31
TARGETVARNAME targetName)
dependencies/FindO2GPU.cmake
@@ -126,6 +126,7 @@ if(ENABLE_OPENCL2)
126
OR OPENCL2_ENABLED_AMD
127
OR OPENCL2_ENABLED_SPIRV)
128
set(OPENCL2_ENABLED ON)
129
+ add_library(ROCm::rocThrust ALIAS rocthrust)
130
131
message(
132
STATUS
0 commit comments