-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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.38】Add FakeChannelWiseQuantizeAbsMax operator support for CINN compiler #66612
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR type 修改为 other,标题名称和PR描述太简陋
@@ -339,6 +339,42 @@ bool DistributeFpnProposalsOpInferSymbolicShape( | |||
return true; | |||
} | |||
|
|||
bool FakeChannelWiseQuantizeAbsMaxOpInferSymbolicShape( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看一下添加OpTest单测是否复杂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已经存在TestFakeChannelWiseQuantizeAbsMaxOp(OpTest)
但没有打开 check_pir 和 check_symbol_infer 两个flag,请问这个情况如何修改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 不需要再修改单测了 2. 需要把PR标题修改为全英文
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已完成修改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…erator support for CINN compiler (PaddlePaddle#66612) * summon * add test * add test
PR Category
CINN
PR Types
Others
Description
添加FakeChannelWiseQuantizeAbsMax算子的符号推导接口