Skip to content

Commit

Permalink
remove dead comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Aug 6, 2024
1 parent 3a9d2df commit a046944
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/cpp/plugin/test_sycl_hist_updater.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ class TestHistUpdater : public HistUpdater<GradientSumT> {
DMatrix *p_fmat,
RegTree* p_tree,
const USMVector<GradientPair, MemoryType::on_device> &gpair) {
// HistUpdater<GradientSumT>::tree_evaluator_.Reset(HistUpdater<GradientSumT>::qu_,
// HistUpdater<GradientSumT>::param_,
// p_fmat->Info().num_col_);
HistUpdater<GradientSumT>::ExpandWithLossGuide(gmat, p_tree, gpair);
}
};
Expand Down

0 comments on commit a046944

Please sign in to comment.