sync Apr 11 2023
This commit is contained in:
parent
08bc4b0c0f
commit
843fdde61b
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
|
||||
Loading…
x
Reference in New Issue
Block a user