-
Notifications
You must be signed in to change notification settings - Fork 39
[Accuracy diff No.8] Fix accuracy diff for bitwise_right_shift API #194
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
Conversation
|
Thanks for your contribution! |
|
@Cutelemon6 请 check 一下这部分修改 |
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.
同学你好!为这三个 api 确定完 rule 映射后需要使用 engine v1 / v2 对 5_accuracy 目录下的对应 api 配置进行精度测试 --accuracy=True,参考 README 3. 使用介绍,pending_* 文件中的可以不测,保证 accuracy_5.txt 中的配置通过,通过后放一下截图吧💕
Cutelemon6
left a comment
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


处理 is_arithmetic 为 False 时的逻辑右移,暂时是站在 torch 结果对齐的角度直接复用了 __rshift__Rule