xgboost/src/objective/regression_obj.hip
2023-03-10 06:07:53 +01:00

5 lines
66 B
Plaintext

#if defined(XGBOOST_USE_HIP)
#include "regression_obj.cu"
#endif