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

[inference] Add FusedBiasActKernel #55301

Merged
merged 21 commits into from Jul 13, 2023

Conversation

freeliuzc
Copy link
Contributor

@freeliuzc freeliuzc commented Jul 10, 2023

PR types

New features

PR changes

OPs

Description

Pcard-71502
Add new kernel FusedBiasAct. The kernel includes three optional processes: bias-add, (de)quantization, and activation.

@paddle-bot
Copy link

paddle-bot bot commented Jul 10, 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.

@freeliuzc freeliuzc closed this Jul 12, 2023
@freeliuzc freeliuzc reopened this Jul 12, 2023
@freeliuzc freeliuzc closed this Jul 12, 2023
@freeliuzc freeliuzc reopened this Jul 12, 2023
Copy link
Member

@zhhsplendid zhhsplendid left a comment

Choose a reason for hiding this comment

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

Approve for data types.

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 for CI-OP-Benchmark

Copy link
Contributor

@XiaoguangHu01 XiaoguangHu01 left a comment

Choose a reason for hiding this comment

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

LGTM

@heavengate heavengate merged commit 0a4d199 into PaddlePaddle:develop Jul 13, 2023
27 checks passed
cqulilujia pushed a commit to cqulilujia/Paddle that referenced this pull request Jul 24, 2023
* add init value for CudaSwishFunctor

* add new phi kernel fusedBiasActKernel
wz1qqx pushed a commit to wz1qqx/Paddle that referenced this pull request Jul 31, 2023
* add init value for CudaSwishFunctor

* add new phi kernel fusedBiasActKernel

import paddle
import paddle.nn.functional as F
from paddle.fluid import core
Copy link
Contributor

Choose a reason for hiding this comment

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

do not use fluid API

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.

None yet

8 participants