[coll] Add C API for the tracker. (#9773)

This commit is contained in:
Jiaming Yuan
2023-11-08 18:17:14 +08:00
committed by GitHub
parent 06bdc15e9b
commit 44099f585d
5 changed files with 264 additions and 0 deletions

View File

@@ -97,5 +97,7 @@ constexpr StringView InvalidCUDAOrdinal() {
}
void MismatchedDevices(Context const* booster, Context const* data);
inline auto NoFederated() { return "XGBoost is not compiled with federated learning support."; }
} // namespace xgboost::error
#endif // XGBOOST_COMMON_ERROR_MSG_H_