-
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
[PIR] Open some cf ut for pir api #61182
[PIR] Open some cf ut for pir api #61182
Conversation
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.
@@ -203,8 +202,6 @@ def run_dygraph(self, func): | |||
y = func() | |||
return (y,) | |||
|
|||
# TODO: Open PIR test when while_loop dy2st fixed | |||
@test_legacy_and_pt |
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.
这个删不删是没有区别的,默认就是 LEGACY_IR
+ PT
,这是符合预期的嘛?
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.
符合预期,这个单测还未开启
@@ -203,8 +202,6 @@ def run_dygraph(self, func): | |||
y = func() | |||
return (y,) | |||
|
|||
# TODO: Open PIR test when while_loop dy2st fixed | |||
@test_legacy_and_pt |
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.
这个单测是还没有开启pir吗
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 types
Others
PR changes
Others
Description
Open some cf ut for pir api
Pcard-67164