fix hip.cc

This commit is contained in:
amdsc21
2023-03-07 05:11:42 +01:00
parent 75fa15b36d
commit 30de728631
2 changed files with 2 additions and 2 deletions

View File

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