MCPcopy Create free account
hub / github.com/dmlc/xgboost / XGProxyDMatrixSetDataCudaArrayInterface

Function XGProxyDMatrixSetDataCudaArrayInterface

src/c_api/c_api.cc:453–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451} // namespace
452
453XGB_DLL int XGProxyDMatrixSetDataCudaArrayInterface(DMatrixHandle handle, char const *data) {
454 API_BEGIN();
455 CHECK_HANDLE();
456 xgboost_CHECK_C_ARG_PTR(data);
457 GetDMatrixProxy(handle)->SetCudaArray(data);
458 API_END();
459}
460
461XGB_DLL int XGProxyDMatrixSetDataCudaColumnar(DMatrixHandle handle, char const *data) {
462 API_BEGIN();

Callers

nothing calls this directly

Calls 2

GetDMatrixProxyFunction · 0.85
SetCudaArrayMethod · 0.80

Tested by

no test coverage detected