correct name of function in header (#9905)

This commit is contained in:
david-cortes 2023-12-20 03:52:00 +01:00 committed by GitHub
parent 9d122293bc
commit 252e018275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.