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

【PIR OpTest Fix No.33】fix fused_conv2d_add_act #63005

Merged
merged 3 commits into from
Mar 27, 2024

Conversation

MayYouBeProsperous
Copy link
Contributor

@MayYouBeProsperous MayYouBeProsperous commented Mar 25, 2024

PR types

Others

PR changes

Others

Description

算子此前已修复,测试命令可以运行通过。

FLAGS_enable_pir_in_executor=1 ctest -R test_fused_conv2d_add_act_op

Copy link

paddle-bot bot commented Mar 25, 2024

你的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 the contributor External developers label Mar 25, 2024
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Mar 26, 2024
@@ -89,6 +89,7 @@ const std::unordered_set<std::string> LegacyOpList = {
QuantizeLinear_Op::name(),
DequantizeLinearOp::name(),
DequantizeLinear_Op::name(),
FusedConv2dAddActOp::name(),
Copy link
Contributor

Choose a reason for hiding this comment

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

这个不是LegacyOp吧,它注册kernel的方式是 PD_REGISTER_KERNEL

Copy link
Contributor Author

Choose a reason for hiding this comment

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

好的已修改,单测已运行通过。

FLAGS_enable_pir_in_executor=1 ctest -R test_fused_conv2d_add_act_op

@kangguangli kangguangli merged commit 0ac1d11 into PaddlePaddle:develop Mar 27, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers HappyOpenSource 快乐开源活动issue与PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants