We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be190d0 commit 01089a4Copy full SHA for 01089a4
src/tree/gpu_hist/leaf_sum.cu
@@ -5,11 +5,11 @@
5
#include <thrust/scan.h> // for inclusive_scan
6
7
#include <cstddef> // for size_t
8
+#include <cstdint> // for int32_t
9
#include <cub/device/device_segmented_reduce.cuh> // for DeviceSegmentedReduce
10
#include <vector> // for vector
11
-#include "../../common/linalg_op.cuh" // for tbegin
12
-#include "../updater_gpu_common.cuh" // for GPUTrainingParam
+#include "../updater_gpu_common.cuh" // for GPUTrainingParam
13
#include "leaf_sum.cuh"
14
#include "quantiser.cuh" // for GradientQuantiser
15
#include "row_partitioner.cuh" // for RowIndexT, LeafInfo
0 commit comments