xgboost
|
#include <dmlc/common.h>
#include <dmlc/omp.h>
#include <xgboost/data.h>
#include <type_traits>
#include <utility>
#include <vector>
#include "common.h"
#include "threading_utils.h"
#include "xgboost/host_device_vector.h"
#include "xgboost/span.h"
Go to the source code of this file.
Classes | |
class | xgboost::common::Transform< CompiledWithCuda > |
Do Transformation on HostDeviceVectors. More... | |
Namespaces | |
xgboost | |
namespace of xgboost | |
xgboost::common | |
xgboost::common::detail | |
Variables | |
constexpr size_t | xgboost::common::kBlockThreads = 256 |