add new file

This commit is contained in:
amdsc21 2023-03-25 04:54:02 +01:00
parent 1dc138404a
commit 1474789787
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#if defined(XGBOOST_USE_HIP)
#include "ranking_utils.cu"
#endif

View File

@ -0,0 +1,4 @@
#if defined(XGBOOST_USE_HIP)
#include "test_ranking_utils.cu"
#endif