Export c++ headers in CMake installation. (#4897)
* Move get transpose into cc. * Clean up headers in host device vector, remove thrust dependency. * Move span and host device vector into public. * Install c++ headers. * Short notes for c and c++. Co-Authored-By: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
* Copyright 2018 XGBoost contributors
|
||||
*/
|
||||
|
||||
#include "./hist_util.h"
|
||||
#include <xgboost/logging.h>
|
||||
|
||||
#include <thrust/copy.h>
|
||||
@@ -17,10 +16,11 @@
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
#include "hist_util.h"
|
||||
#include "xgboost/host_device_vector.h"
|
||||
#include "device_helpers.cuh"
|
||||
#include "quantile.h"
|
||||
#include "../tree/param.h"
|
||||
#include "./host_device_vector.h"
|
||||
#include "./device_helpers.cuh"
|
||||
#include "./quantile.h"
|
||||
|
||||
namespace xgboost {
|
||||
namespace common {
|
||||
|
||||
Reference in New Issue
Block a user