Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix windows for optimization of elementwise_add Op #31068

Merged
merged 3 commits into from
Feb 23, 2021
Merged

fix windows for optimization of elementwise_add Op #31068

merged 3 commits into from
Feb 23, 2021

Conversation

wangchaochaohu
Copy link
Contributor

PR types

Bug fixes

PR changes

APIs

Describe

修复conv2d_transpose 在window下出现的精度问题

@CLAassistant
Copy link

CLAassistant commented Feb 20, 2021

CLA assistant check
All committers have signed the CLA.

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@@ -315,7 +315,7 @@ class ElementwiseAddGradKernel : public ElemwiseGradKernel<T> {
// skip out
auto *out = dout;

#ifdef PADDLE_WITH_CUDA
#if defined(PADDLE_WITH_CUDA) && defined(_LINUX)
Copy link
Contributor

Choose a reason for hiding this comment

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

better to add TODO for Windows

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Copy link
Contributor

@GaoWei8 GaoWei8 left a comment

Choose a reason for hiding this comment

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

LGTM for op benchmark

@wangchaochaohu wangchaochaohu merged commit 364cfa2 into PaddlePaddle:develop Feb 23, 2021
wangchaochaohu added a commit that referenced this pull request Feb 24, 2021
This was referenced Feb 24, 2021
lanxianghit pushed a commit that referenced this pull request Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants