From ad213148ef944db5b74d3ed2a03d11e854ee9a78 Mon Sep 17 00:00:00 2001 From: Ziyue Xu Date: Thu, 1 Aug 2024 19:01:55 -0400 Subject: [PATCH] Update histogram.cu --- src/tree/gpu_hist/histogram.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()));