xgboost/src/tree/fit_stump.hip
2023-03-10 00:46:29 +01:00

5 lines
61 B
Plaintext

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