From 35d23f80b768e857bf672acc7c88a601fb6000a1 Mon Sep 17 00:00:00 2001 From: Ziyue Xu Date: Fri, 26 Jul 2024 10:00:52 -0400 Subject: [PATCH] Update src/tree/updater_gpu_hist.cu Co-authored-by: Jiaming Yuan --- src/tree/updater_gpu_hist.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tree/updater_gpu_hist.cu b/src/tree/updater_gpu_hist.cu index 5f4ed304ea9c..bdcc90a8bda7 100644 --- a/src/tree/updater_gpu_hist.cu +++ b/src/tree/updater_gpu_hist.cu @@ -528,7 +528,7 @@ struct GPUHistMakerDevice { } void AllReduceHistEncrypted(int nidx, int num_histograms) { - monitor.Start("AllReduceEncrypted"); + monitor.Start(__func__); // Get encryption plugin auto const &comm = collective::GlobalCommGroup()->Ctx(ctx_, DeviceOrd::CPU()); auto const &fed = dynamic_cast(comm);