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

【Infer Symbolic Shape BUAA No.21】dequantize_abs_max #66570

Merged
merged 4 commits into from
Aug 5, 2024

Conversation

tlxd
Copy link
Contributor

@tlxd tlxd commented Jul 26, 2024

PR Category

CINN

PR Types

Improvements

Description

添加 dequantize_abs_max 算子符号推导接口实现。

Copy link

paddle-bot bot commented Jul 26, 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 Jul 26, 2024
@luotao1 luotao1 added the HappyOpenSource Pro 进阶版快乐开源活动,更具挑战性的任务 label Jul 26, 2024
@@ -182,6 +182,16 @@ bool Conv3dOpInferSymbolicShape(pir::Operation *op,
return Conv2dOpInferSymbolicShape(op, infer_context);
}

bool DequantizeAbsMaxOpInferSymbolicShape(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

我刚刚看了一下好像维度也是一样的,已重新提交。

@gongshaotian
Copy link
Contributor

test_dequantize_abs_max_op.py 中已包含OpTest单测,self.check_output() 中 check_dygraph / check_pir 默认关闭,申请approve coverage 流水线

Copy link
Contributor

@gongshaotian gongshaotian left a comment

Choose a reason for hiding this comment

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

LGTM

@luotao1 luotao1 merged commit fb73381 into PaddlePaddle:develop Aug 5, 2024
31 checks passed
@tlxd tlxd deleted the cinn-no.21 branch August 9, 2024 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers HappyOpenSource Pro 进阶版快乐开源活动,更具挑战性的任务
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants