Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MingMingShangTian committed Mar 14, 2022
1 parent 3270d31 commit 9e99f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/phi/kernels/cpu/reduce.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ void GetShuffledInput(const DeviceContext& dev_ctx,
trans(dev_ctx, input, shuffled_input, perm_axis);
}

// TODO(chentianyu03) move this into funcs
template <typename DeviceContext, typename OutT, typename Functor>
void HandleLargeDim(const DeviceContext& dev_ctx,
const phi::DenseTensor& input,
Expand Down

1 comment on commit 9e99f64

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.