From 252e018275195b5e6a7fc49f069dccb2ec2d8c46 Mon Sep 17 00:00:00 2001 From: david-cortes Date: Wed, 20 Dec 2023 03:52:00 +0100 Subject: [PATCH] correct name of function in header (#9905) --- include/xgboost/c_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xgboost/c_api.h b/include/xgboost/c_api.h index a56ead2786ef..795c78946118 100644 --- a/include/xgboost/c_api.h +++ b/include/xgboost/c_api.h @@ -532,7 +532,7 @@ XGProxyDMatrixSetDataCudaArrayInterface(DMatrixHandle handle, * * @return 0 when success, -1 when failure happens */ -XGB_DLL int XGProxyDMatrixSetDataCudaColumnar(DMatrixHandle handle, char const *c_interface_str); +XGB_DLL int XGProxyDMatrixSetDataColumnar(DMatrixHandle handle, char const *c_interface_str); /*! * \brief Set data on a DMatrix proxy.