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 e98b22d commit 3297e2eCopy full SHA for 3297e2e
src/tree/gpu_hist/expand_entry.cuh
@@ -133,8 +133,8 @@ struct MultiExpandEntry {
133
MultiSplitCandidate split;
134
135
common::Span<float> base_weight;
136
- common::Span<float> left_weight;
137
- common::Span<float> right_weight;
+ common::Span<float const> left_weight;
+ common::Span<float const> right_weight;
138
139
// Sum Hessian of the first target. Used as a surrogate for node size.
140
double left_fst_hess{0};
0 commit comments