xgboost/src/common/host_device_vector.hip
2023-03-10 05:45:38 +01:00

5 lines
70 B
Plaintext

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