sync Apr 11 2023
This commit is contained in:
4
src/objective/lambdarank_obj.hip
Normal file
4
src/objective/lambdarank_obj.hip
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
#if defined(XGBOOST_USE_HIP)
|
||||||
|
#include "lambdarank_obj.cu"
|
||||||
|
#endif
|
||||||
4
tests/cpp/objective/test_lambdarank_obj.hip
Normal file
4
tests/cpp/objective/test_lambdarank_obj.hip
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
#if defined(XGBOOST_USE_HIP)
|
||||||
|
#include "test_lambdarank_obj.cu"
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user