Skip to content

Commit 0e87d4d

Browse files
committed
GPU: hip compiler must not create binaries, will lead to linking problem, if hip-clang was compiled with lower CXXABI than the GCC we are using
1 parent 786f14e commit 0e87d4d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

GPU/GPUTracking/Base/hip/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ if(ALIGPU_BUILD_TYPE STREQUAL "O2")
4040

4141
install(FILES ${HDRS} DESTINATION include/GPU)
4242

43-
o2_add_test(GPUsortHIP NAME test_GPUsortHIP
44-
SOURCES test/testGPUsortHIP.hip.cxx
45-
PUBLIC_LINK_LIBRARIES O2::GPUCommon hip::host hip::device hip::hipcub roc::rocthrust
46-
COMPONENT_NAME GPU
47-
LABELS gpu)
43+
# o2_add_test(GPUsortHIP NAME test_GPUsortHIP
44+
# SOURCES test/testGPUsortHIP.hip.cxx
45+
# PUBLIC_LINK_LIBRARIES O2::GPUCommon hip::host hip::device hip::hipcub roc::rocthrust
46+
# COMPONENT_NAME GPU
47+
# LABELS gpu)
4848
endif()
4949

5050
if(ALIGPU_BUILD_TYPE STREQUAL "ALIROOT")

0 commit comments

Comments
 (0)