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:
@@ -7,12 +7,13 @@
|
||||
#include <thrust/inner_product.h>
|
||||
#include <xgboost/data.h>
|
||||
#include <xgboost/linear_updater.h>
|
||||
#include "xgboost/span.h"
|
||||
|
||||
#include "coordinate_common.h"
|
||||
#include "../common/common.h"
|
||||
#include "../common/span.h"
|
||||
#include "../common/device_helpers.cuh"
|
||||
#include "../common/timer.h"
|
||||
#include "./param.h"
|
||||
#include "coordinate_common.h"
|
||||
|
||||
namespace xgboost {
|
||||
namespace linear {
|
||||
|
||||
Reference in New Issue
Block a user