Skip to content

Commit 8187997

Browse files
committed
Add missing suffix
1 parent 1670def commit 8187997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GPU/GPUTracking/Base/hip/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ if(ALIGPU_BUILD_TYPE STREQUAL "O2")
178178
TARGETVARNAME targetName)
179179

180180
# o2_add_test(GPUsortHIP NAME test_GPUsortHIP
181-
# SOURCES test/testGPUsortHIP.hip
181+
# SOURCES test/testGPUsortHIP.hip.cxx
182182
# PUBLIC_LINK_LIBRARIES O2::GPUCommon hip::host hip::device hip::hipcub roc::rocthrust
183183
# COMPONENT_NAME GPU
184184
# LABELS gpu)

GPU/GPUTracking/Base/hip/test/testGPUsortHIP.hip.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file testGPUsortHIP.hip
12+
/// \file testGPUsortHIP.hip.cxx
1313
/// \author Michael Lettrich
1414

1515
#define GPUCA_GPUTYPE_VEGA

0 commit comments

Comments
 (0)