rename hip.cc to hip

This commit is contained in:
amdsc21 2023-03-07 05:39:53 +01:00
parent 30de728631
commit c51a1c9aae
87 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if (USE_CUDA)
endif (USE_CUDA) endif (USE_CUDA)
if (USE_HIP) if (USE_HIP)
file(GLOB_RECURSE HIP_SOURCES *.hip.cc *.hip.h) file(GLOB_RECURSE HIP_SOURCES *.hip *.hip.h)
target_sources(objxgboost PRIVATE ${HIP_SOURCES}) target_sources(objxgboost PRIVATE ${HIP_SOURCES})
endif (USE_HIP) endif (USE_HIP)