Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ SetCudaArray
Method
SetCudaArray
src/data/proxy_dmatrix.cc:51–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
#if !defined(XGBOOST_USE_CUDA)
51
void DMatrixProxy::SetCudaArray(StringView) { common::AssertGPUSupport(); }
52
void DMatrixProxy::SetCudaColumnar(StringView) { common::AssertGPUSupport(); }
53
#endif // !defined(XGBOOST_USE_CUDA)
54
Callers
4
XGProxyDMatrixSetDataCudaArrayInterface
Function · 0.80
TestInplacePredictionWithWeights
Function · 0.80
TestVectorLeafPrediction
Function · 0.80
Run
Method · 0.80
Calls
1
AssertGPUSupport
Function · 0.85
Tested by
3
TestInplacePredictionWithWeights
Function · 0.64
TestVectorLeafPrediction
Function · 0.64
Run
Method · 0.64