xgboost_lib-sys 3.0.5

Native bindings to the xgboost library
1
2
3
4
5
6
7
8
/*!
 * Copyright 2018 XGBoost contributors
 */
// Dummy file to keep the CUDA conditional compile trick.

#if !defined(XGBOOST_USE_CUDA)
#include "elementwise_metric.cu"
#endif  // !defined(XGBOOST_USE_CUDA)