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

Stablize depthwise conv #35161

Merged
merged 3 commits into from
Sep 1, 2021

Conversation

jerrywgz
Copy link
Contributor

PR types

Bug fixes

PR changes

OPs

Describe

Stablize depthwise conv. The reduce process in filter gradient kernel is computed in warpreduce followed by atomicadd directly which may cause numerical instability. This PR adds blockreduce after warpreduce to solve the problem.

@paddle-bot-old
Copy link

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

@jerrywgz jerrywgz merged commit 3c21f26 into PaddlePaddle:develop Sep 1, 2021
@jerrywgz jerrywgz deleted the stablize_depthwise_conv branch September 1, 2021 04:25
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.

2 participants