Skip to content

Commit

Permalink
correct name of function in header (#9905)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes authored Dec 20, 2023
1 parent 9d12229 commit 252e018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xgboost/c_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 252e018

Please sign in to comment.