There was an error while loading. Please reload this page.
1 parent 786f14e commit 0e87d4dCopy full SHA for 0e87d4d
1 file changed
GPU/GPUTracking/Base/hip/CMakeLists.txt
@@ -40,11 +40,11 @@ if(ALIGPU_BUILD_TYPE STREQUAL "O2")
40
41
install(FILES ${HDRS} DESTINATION include/GPU)
42
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)
+# o2_add_test(GPUsortHIP NAME test_GPUsortHIP
+# SOURCES test/testGPUsortHIP.hip.cxx
+# PUBLIC_LINK_LIBRARIES O2::GPUCommon hip::host hip::device hip::hipcub roc::rocthrust
+# COMPONENT_NAME GPU
+# LABELS gpu)
48
endif()
49
50
if(ALIGPU_BUILD_TYPE STREQUAL "ALIROOT")
0 commit comments