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

Optimize nearest_interp backward #39067

Merged
merged 27 commits into from
Feb 24, 2022

Conversation

AshburnLee
Copy link
Contributor

@AshburnLee AshburnLee commented Jan 20, 2022

PR types

Performance optimization

PR changes

OPs

Describe

方法

使用与前向类似的优化策略,对反向优化。nchw执行3Dkernel,nhwc用快速除法优化
前向Paddle#38528

效果

截屏2022-01-21 15 11 57

结论:3Dkernel 优于dev1.59x~2.84x;较竞品配置#0、#1分别差27%和35%

update Paddle USERNAME repo
@paddle-bot-old
Copy link

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

@AshburnLee AshburnLee changed the title Optimizer nearest_interp backward Optimize nearest_interp backward Jan 26, 2022
@paddle-bot-old
Copy link

paddle-bot-old bot commented Feb 5, 2022

Sorry to inform you that 0c71244's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

Copy link
Contributor

@ZzSean ZzSean left a comment

Choose a reason for hiding this comment

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

LGTM,后续对于差于竞品的两个case可以进一步考虑是否有优化思路

@ZzSean ZzSean merged commit df0b443 into PaddlePaddle:develop Feb 24, 2022
@AshburnLee AshburnLee deleted the nearest_interp_bw branch February 24, 2022 09:01
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