Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GPU/GPUTracking/Base/hip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ if(ALIGPU_BUILD_TYPE STREQUAL "O2")
TARGETVARNAME targetName)

# o2_add_test(GPUsortHIP NAME test_GPUsortHIP
# SOURCES test/testGPUsortHIP.hip
# SOURCES test/testGPUsortHIP.hip.cxx
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you do this the other way around? The .cxx suffix was removed correctly, so we should just rename the file to get rid of the suffix.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

# PUBLIC_LINK_LIBRARIES O2::GPUCommon hip::host hip::device hip::hipcub roc::rocthrust
# COMPONENT_NAME GPU
# LABELS gpu)
Expand Down
2 changes: 1 addition & 1 deletion GPU/GPUTracking/Base/hip/test/testGPUsortHIP.hip.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.

/// \file testGPUsortHIP.hip
/// \file testGPUsortHIP.hip.cxx
/// \author Michael Lettrich

#define GPUCA_GPUTYPE_VEGA
Expand Down
25 changes: 0 additions & 25 deletions GPU/GPUTracking/SectorTracker/GPUTPCDefinitions.h

This file was deleted.

258 changes: 0 additions & 258 deletions GPU/GPUTracking/utils/makefile_opencl_compiler.cxx

This file was deleted.

28 changes: 0 additions & 28 deletions GPU/GPUTracking/utils/opencl_compiler_structs.h

This file was deleted.

Loading