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:
@@ -1,10 +1,11 @@
|
||||
#include <xgboost/base.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <xgboost/base.h>
|
||||
#include <xgboost/span.h>
|
||||
#include <xgboost/host_device_vector.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "../../../src/common/host_device_vector.h"
|
||||
#include "../../../src/common/transform.h"
|
||||
#include "../../../src/common/span.h"
|
||||
#include "../helpers.h"
|
||||
|
||||
#if defined(__CUDACC__)
|
||||
|
||||
Reference in New Issue
Block a user