xgboost/src/c_api/c_api.hip
2023-03-10 05:11:20 +01:00

5 lines
57 B
Plaintext

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