Expose device sketching in header. (#5747)

This commit is contained in:
Jiaming Yuan
2020-06-02 13:02:53 +08:00
committed by GitHub
parent 0be0e6fd88
commit e533908922
6 changed files with 213 additions and 207 deletions

View File

@@ -5,7 +5,7 @@
#include <xgboost/data.h>
#include <thrust/iterator/discard_iterator.h>
#include <thrust/iterator/transform_output_iterator.h>
#include "../common/hist_util.h"
#include "../common/hist_util.cuh"
#include "../common/random.h"
#include "./ellpack_page.cuh"
#include "device_adapter.cuh"