Skip to content

Commit

Permalink
refie comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchaochaohu committed Feb 22, 2021
1 parent 92544c3 commit b00958e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/operators/elementwise/elementwise_add_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class ElementwiseAddGradKernel : public ElemwiseGradKernel<T> {
// skip out
auto *out = dout;

// TODO(@zhouwei25, wangchaochaohu): Fix conv_transpose2d API(dataformat NHWC)
// TODO(@wangchaochaohu, zhouwei35): Fix conv_transpose2d API(dataformat NHWC)
// error in Windows
#if defined(PADDLE_WITH_CUDA) && defined(_LINUX)
#ifdef __NVCC__
Expand Down

1 comment on commit b00958e

@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.