MCPcopy 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)
51void DMatrixProxy::SetCudaArray(StringView) { common::AssertGPUSupport(); }
52void DMatrixProxy::SetCudaColumnar(StringView) { common::AssertGPUSupport(); }
53#endif // !defined(XGBOOST_USE_CUDA)
54

Callers 4

TestVectorLeafPredictionFunction · 0.80
RunMethod · 0.80

Calls 1

AssertGPUSupportFunction · 0.85

Tested by 3

TestVectorLeafPredictionFunction · 0.64
RunMethod · 0.64