-
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
[NewIR] No.14 Migrate paddle.pow into pir #57297
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
求助一下研发大哥,开启 new ir 的话传入参数 y 和 x 会变成 不开启 new ir 是正常的 |
@@ -44,15 +44,17 @@ def test_check_output(self): | |||
if hasattr(self, 'attrs'): | |||
self.check_output(check_dygraph=False) | |||
else: | |||
self.check_output() | |||
self.check_output(check_new_ir=True) |
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.
这里改了单测基类,可能对于复数类型导出的错误,可以以屏蔽下复数类型单测,看下单测是否能过?
@gouzil 这样修改:
修改后:
|
Done |
* [NewIR] No.14 Migrate paddle.pow into pir * fix * add test * fix
* [NewIR] No.14 Migrate paddle.pow into pir * fix * add test * fix
PR types
Others
PR changes
Others
Description
相关链接: