Skip to content

Conversation

@sljlp
Copy link
Contributor

@sljlp sljlp commented Dec 3, 2021

PR types

Performance optimization

PR changes

OPs

Describe

当dim size是1 的时候,paddle.flip性能比竞品性能低一倍,原因是当dim size 是1的时候,多执行一步pointwise kernel
现将这一步删掉,性能就可跟竞品打平。dim size > 1,性能正常
tensor shape 10000 x 10000
循环1000步,耗时对比:
image

@paddle-bot-old
Copy link

paddle-bot-old bot commented Dec 3, 2021

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

Copy link
Contributor

@wangxicoding wangxicoding left a comment

Choose a reason for hiding this comment

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

LGTM

@wangxicoding wangxicoding merged commit 890638c into PaddlePaddle:develop Dec 9, 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.

2 participants