Move bitfield into common. (#4737)

* Prepare for columnar format support.
This commit is contained in:
Jiaming Yuan
2019-08-06 02:49:32 -04:00
committed by GitHub
parent 97eece6ea0
commit 9c469b3844
4 changed files with 163 additions and 153 deletions

View File

@@ -5,7 +5,7 @@
#include <thrust/copy.h>
#include <thrust/device_vector.h>
#include <vector>
#include "../../../src/tree/constraints.cuh"
#include "../../../src/common/bitfield.cuh"
#include "../../../src/common/device_helpers.cuh"
namespace xgboost {