/*! * Copyright 2018 XGBoost contributors */ // Dummy file to keep the CUDA conditional compile trick. #include namespace xgboost { namespace obj { DMLC_REGISTRY_FILE_TAG(regression_obj); } // namespace obj } // namespace xgboost #ifndef XGBOOST_USE_CUDA #include "regression_obj.cu" #endif // XGBOOST_USE_CUDA