-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[PIR]fix pir failed tests #65730
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]fix pir failed tests #65730
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
f2347fc
to
510f91c
Compare
@@ -260,7 +265,7 @@ def auc( | |||
ins_tag_weight, | |||
curve, | |||
num_thresholds, | |||
slide_steps, |
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.
这里为啥直接改成0,这样slide_steps参数就无效了。
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.
和原来的旧IR下append op逻辑对齐的
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
PR Category
Execute Infrastructure
PR Types
Bug fixes
Description
修复8个在新IR模式下失败的单测
pcard-67164