-
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 API adaptor No.66、68、110、136】Migrate some ops into pir #58287
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
✅ This PR's description meets the template requirements! |
几个单测的问题:
|
荣瑞,辛苦在PR描述中贴一下,这PR适配了哪几个API,每个API对应的单测文件中有几个测试case中,在新IR下打开了几个case,如果有case没有打开的话也写一下没有打开的原因~类似 #58067 中的PR描述样例 |
好的,已经修改完毕,现在应该只剩下isnan和logical_and没有添加单测, |
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.
Great work!
PR types
Others
PR changes
APIs
Description
PIR API 推全升级
将如下算子迁移升级至 pir,并更新单测
real
/imag
(2/4):check grad会报错,没有打开check gradlogit
(8/8)isnan
:没有对应的单测文件expand_as
(5/5)flip
(6/6)equal_all
(4/4)logic_and
(0/1):添加test_with_pir_api对应单测case报错,应该需要适配其他几个logic_xx op后一起打开对应单测nonzero
(2/2)test_logical_op.py 给 run_static 添加 test_with_pir_api 时遇到报错