fix hip.cc
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user