correct name of function in header (#9905)
This commit is contained in:
parent
9d122293bc
commit
252e018275
@ -532,7 +532,7 @@ XGProxyDMatrixSetDataCudaArrayInterface(DMatrixHandle handle,
|
|||||||
*
|
*
|
||||||
* @return 0 when success, -1 when failure happens
|
* @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.
|
* \brief Set data on a DMatrix proxy.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user