We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1670def commit 8187997Copy full SHA for 8187997
GPU/GPUTracking/Base/hip/CMakeLists.txt
@@ -178,7 +178,7 @@ if(ALIGPU_BUILD_TYPE STREQUAL "O2")
178
TARGETVARNAME targetName)
179
180
# o2_add_test(GPUsortHIP NAME test_GPUsortHIP
181
-# SOURCES test/testGPUsortHIP.hip
+# SOURCES test/testGPUsortHIP.hip.cxx
182
# PUBLIC_LINK_LIBRARIES O2::GPUCommon hip::host hip::device hip::hipcub roc::rocthrust
183
# COMPONENT_NAME GPU
184
# LABELS gpu)
GPU/GPUTracking/Base/hip/test/testGPUsortHIP.hip.cxx
@@ -9,7 +9,7 @@
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
-/// \file testGPUsortHIP.hip
+/// \file testGPUsortHIP.hip.cxx
13
/// \author Michael Lettrich
14
15
#define GPUCA_GPUTYPE_VEGA
0 commit comments