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 <jm.yuan@outlook.com>
  • Loading branch information
ZiyueXu77 and trivialfis authored Jul 26, 2024
1 parent 35d23f8 commit 9ab2d8d
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 @@ -573,7 +573,7 @@ struct GPUHistMakerDevice {
// copy the aggregated histogram back to GPU memory
cudaMemcpy(erased.data(), hist_aggr_64.data(), erased.size(), cudaMemcpyHostToDevice);

monitor.Stop("AllReduceEncrypted");
monitor.Stop(__func__);
}

/**
Expand Down

0 comments on commit 9ab2d8d

Please sign in to comment.