7#ifndef XGBOOST_GLOBAL_CONFIG_H_
8#define XGBOOST_GLOBAL_CONFIG_H_
17 std::int32_t verbosity{1};
20 DMLC_DECLARE_FIELD(verbosity)
23 .describe(
"Flag to print out detailed breakdown of runtime.");
24 DMLC_DECLARE_FIELD(use_rmm).set_default(
false).describe(
25 "Whether to use RAPIDS Memory Manager to allocate GPU memory in XGBoost");
A threadlocal store to store threadlocal variables. Will return a thread local singleton of type T.
Definition thread_local.h:35
macro for using C++11 enum class as DMLC parameter
namespace of xgboost
Definition base.h:90
Definition global_config.h:16
Definition parameter.h:84
Portable thread local storage.