Skip to content

Commit

Permalink
Update src/common/quantile.h
Browse files Browse the repository at this point in the history
Co-authored-by: Jiaming Yuan <[email protected]>
  • Loading branch information
razdoburdin and trivialfis authored Feb 25, 2025
1 parent 7aee6e1 commit 6604939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/quantile.h
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ template <typename Batch, typename IsValid>
WLBalance LoadBalance(Batch const &batch, size_t nnz, bst_feature_t n_columns,
size_t const nthreads, IsValid&& is_valid) {
/* Some datasets have long columns. It is beneficial to split such columns between threads and
* than collect the result if number of threads is high enourth. In this case, each thread being
* than collect the result if the number of threads is high enough. In this case, each thread being
* involved in processing of splitted columns works only with a single column.
*
* Columns that are too small for splitting are distributed between threads. In this case each thread
Expand Down

0 comments on commit 6604939

Please sign in to comment.