diff --git a/src/tree/gpu_hist/histogram.cu b/src/tree/gpu_hist/histogram.cu index e33b30c8bfac..68427d21322c 100644 --- a/src/tree/gpu_hist/histogram.cu +++ b/src/tree/gpu_hist/histogram.cu @@ -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 hist_aggr = plugin->SyncEncryptedHistVert( common::RestoreType(hist_entries.HostSpan()));