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 No.30】Add EigvalsOpInferSymbolicShape implementation #66637

Merged
merged 6 commits into from
Aug 12, 2024

Conversation

AndPuQing
Copy link
Contributor

PR Category

CINN

PR Types

New features

Description

相关链接

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
@AndPuQing AndPuQing changed the title 【Infer Symbolic Shape No.29】Add EigvalsOpInferSymbolicShape implementation 【Infer Symbolic Shape No.30】Add EigvalsOpInferSymbolicShape implementation Jul 26, 2024
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Jul 27, 2024
@@ -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())
Copy link
Contributor

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!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Copy link

paddle-ci-bot bot commented Aug 7, 2024

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.

@luotao1 luotao1 merged commit ca1dbb8 into PaddlePaddle:develop Aug 12, 2024
31 checks passed
@AndPuQing AndPuQing deleted the infer_sym_shape-2 branch August 13, 2024 05:05
Jeff114514 pushed a commit to Jeff114514/Paddle that referenced this pull request Aug 14, 2024
…ation (PaddlePaddle#66637)

* add EigvalsOpInferSymbolicShape

* fix

* remove Manual check infer shape
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