Skip to content

Commit

Permalink
Update src/tree/updater_gpu_hist.cu
Browse files Browse the repository at this point in the history
Co-authored-by: Jiaming Yuan <[email protected]>
  • Loading branch information
ZiyueXu77 and trivialfis authored Jul 26, 2024
1 parent 906b0fa commit 35d23f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree/updater_gpu_hist.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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<collective::FederatedComm const &>(comm);
Expand Down

0 comments on commit 35d23f8

Please sign in to comment.