add new file
This commit is contained in:
parent
1dc138404a
commit
1474789787
4
src/common/ranking_utils.hip
Normal file
4
src/common/ranking_utils.hip
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
#if defined(XGBOOST_USE_HIP)
|
||||
#include "ranking_utils.cu"
|
||||
#endif
|
||||
4
tests/cpp/common/test_ranking_utils.hip
Normal file
4
tests/cpp/common/test_ranking_utils.hip
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
#if defined(XGBOOST_USE_HIP)
|
||||
#include "test_ranking_utils.cu"
|
||||
#endif
|
||||
Loading…
x
Reference in New Issue
Block a user