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:
@@ -4,8 +4,8 @@
|
||||
#ifndef XGBOOST_TEST_SPAN_H_
|
||||
#define XGBOOST_TEST_SPAN_H_
|
||||
|
||||
#include "../../include/xgboost/base.h"
|
||||
#include "../../../src/common/span.h"
|
||||
#include <xgboost/base.h>
|
||||
#include <xgboost/span.h>
|
||||
|
||||
template <typename Iter>
|
||||
XGBOOST_DEVICE void InitializeRange(Iter _begin, Iter _end) {
|
||||
|
||||
Reference in New Issue
Block a user