Skip to content

Commit 01089a4

Browse files
committed
cleanup.
1 parent be190d0 commit 01089a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tree/gpu_hist/leaf_sum.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
#include <thrust/scan.h> // for inclusive_scan
66

77
#include <cstddef> // for size_t
8+
#include <cstdint> // for int32_t
89
#include <cub/device/device_segmented_reduce.cuh> // for DeviceSegmentedReduce
910
#include <vector> // for vector
1011

11-
#include "../../common/linalg_op.cuh" // for tbegin
12-
#include "../updater_gpu_common.cuh" // for GPUTrainingParam
12+
#include "../updater_gpu_common.cuh" // for GPUTrainingParam
1313
#include "leaf_sum.cuh"
1414
#include "quantiser.cuh" // for GradientQuantiser
1515
#include "row_partitioner.cuh" // for RowIndexT, LeafInfo

0 commit comments

Comments
 (0)