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

silu op support to use fast_swish for xpu #53980

Merged
merged 1 commit into from
May 23, 2023
Merged

Conversation

zhangyk0314
Copy link
Contributor

@zhangyk0314 zhangyk0314 commented May 19, 2023

PR types

New features

PR changes

OPs

Description

silu激活函数支持使用查表法实现的fast_swish函数,在对精度不敏感的情况下使用该函数可以提升算子性能,通过XPU_PADDLE_ACT_LUT环境变量进行控制,默认不开启。

@paddle-bot
Copy link

paddle-bot bot commented May 19, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added contributor External developers status: proposed labels May 19, 2023
@paddle-bot
Copy link

paddle-bot bot commented May 19, 2023

❌ The PR is not created using PR's template. You can refer to this Demo.
Please use PR's template, it helps save our maintainers' time so that more developers get helped.

houj04
houj04 previously approved these changes May 22, 2023
Copy link
Contributor

@houj04 houj04 left a comment

Choose a reason for hiding this comment

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

需要在单测里面增加使用这个XPU_PADDLE_ACT_LUT环境变量的分支。
在后续的PR里面补上吧。

@houj04 houj04 merged commit 1ef0de8 into PaddlePaddle:develop May 23, 2023
@paddle-bot
Copy link

paddle-bot bot commented May 23, 2023

你的PR已合入Paddle库,请关注后续测试结果。
Your PR has been merged into the repository. An official integration test will be conducted later. Stay tuned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants