rename hip.cc to hip
This commit is contained in:
parent
30de728631
commit
c51a1c9aae
@ -17,7 +17,7 @@ if (USE_CUDA)
|
||||
endif (USE_CUDA)
|
||||
|
||||
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})
|
||||
endif (USE_HIP)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user