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

Function DecompAllowFallback

tests/cpp/helpers.cc:423–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423[[nodiscard]] bool DecompAllowFallback() {
424#if defined(XGBOOST_USE_NVCOMP)
425 bool allow_decomp_fallback = true;
426#else
427 bool allow_decomp_fallback = false;
428#endif
429 return allow_decomp_fallback;
430}
431} // namespace
432
433[[nodiscard]] std::shared_ptr<DMatrix> RandomDataGenerator::GenerateDMatrix(

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected