Skip to content

Commit 3297e2e

Browse files
committed
Cleanup.
1 parent e98b22d commit 3297e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tree/gpu_hist/expand_entry.cuh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ struct MultiExpandEntry {
133133
MultiSplitCandidate split;
134134

135135
common::Span<float> base_weight;
136-
common::Span<float> left_weight;
137-
common::Span<float> right_weight;
136+
common::Span<float const> left_weight;
137+
common::Span<float const> right_weight;
138138

139139
// Sum Hessian of the first target. Used as a surrogate for node size.
140140
double left_fst_hess{0};

0 commit comments

Comments
 (0)