Rename build info function to be consistent with rest of the API. (#7553)
This commit is contained in:
@@ -55,7 +55,7 @@ void XGBBuildInfoDevice(Json *p_info) {
|
||||
} // namespace xgboost
|
||||
#endif
|
||||
|
||||
XGB_DLL int XGBBuildInfo(char const **out) {
|
||||
XGB_DLL int XGBuildInfo(char const **out) {
|
||||
API_BEGIN();
|
||||
CHECK(out) << "Invalid input pointer";
|
||||
Json info{Object{}};
|
||||
|
||||
Reference in New Issue
Block a user