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 scatter_op fp16 perf problem. #38499

Merged
merged 3 commits into from
Dec 28, 2021

Conversation

limin2021
Copy link
Contributor

@limin2021 limin2021 commented Dec 27, 2021

PR types

Performance optimization

PR changes

OPs

Describe

The performance of scatter op of fp16 when override is false is not well because of the bad performance of CudaAtomicAdd on fp16. In this pr, we fix this performance issue by adding scatter op into _extra_unsupported_fp16_list for static graph and PURE_FP16_BLACK_LIST for dygraph.

@paddle-bot-old
Copy link

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

Copy link
Collaborator

@sneaxiy sneaxiy left a comment

Choose a reason for hiding this comment

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

LGTM

@sneaxiy sneaxiy merged commit 33ce249 into PaddlePaddle:develop Dec 28, 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