-
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 No.30】Add EigvalsOpInferSymbolicShape implementation #66637
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
… infer_sym_shape-2
… infer_sym_shape-2
test/legacy_test/test_eigvals_op.py
Outdated
@@ -70,6 +70,8 @@ def test_check_output(self): | |||
self.check_output_with_place_customized( | |||
checker=self.verify_output, place=core.CPUPlace(), check_pir=True | |||
) | |||
with paddle.pir_utils.IrGuard(): | |||
self._infer_and_compare_symbol(core.CPUPlace()) |
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.
感谢您发现了符号推导单测检查机制的漏洞,麻烦您先删掉73、74行的修改并处理一下冲突,待我在check_output_with_place_customized() 中添加符号推导检查逻辑后再合入这个PR,Thanks!
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.
Done
Sorry to inform you that a3a7515's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
…ation (PaddlePaddle#66637) * add EigvalsOpInferSymbolicShape * fix * remove Manual check infer shape
PR Category
CINN
PR Types
New features
Description
相关链接