sync Apr 11 2023

This commit is contained in:
amdsc21 2023-04-11 20:03:25 +02:00
parent 08bc4b0c0f
commit 843fdde61b
2 changed files with 8 additions and 0 deletions

View File

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

View File

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