fix macro XGBOOST_USE_HIP

This commit is contained in:
amdsc21
2023-03-10 07:11:05 +01:00
parent 643e2a7b39
commit e1ddb5ae58

View File

@@ -1,4 +1,4 @@
#if defined(XGBOOST_USE_HIP)
#incude "hinge.cu"
#include "hinge.cu"
#endif