Skip to content

Commit

Permalink
Update histogram.cu
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyueXu77 authored Aug 1, 2024
1 parent 4587b2e commit ad21314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree/gpu_hist/histogram.cu
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ void DeviceHistogramBuilder::BuildHistogram(Context const* ctx,
&recv_segments, &hist_entries));

// Call the plugin here to get the resulting histogram. Histogram from all workers are
// gathered to the label owner.
// gathered to the label owner
common::Span<double> hist_aggr =
plugin->SyncEncryptedHistVert(
common::RestoreType<std::uint8_t>(hist_entries.HostSpan()));
Expand Down

0 comments on commit ad21314

Please sign in to comment.