-
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.266、269】 Migrate ldexp, logaddexp into pir #59582
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
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.
麻烦更新一下单测覆盖率吧~
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.
和研发确认了一下,目前 paddle 在做 python 端 Value 和 OpResult 统一的工作,后面应该就都用 Value 了。辛苦将本 pr 的 paddle.pir.OpResult --> paddle.pir.Value 吧
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 types
Others
PR changes
APIs
Description
PIR API 推全升级
No.266 paddle.Tensor.ldexp
No.269 paddle.Tensor.logaddexp
将
paddle.Tensor.ldexp
迁移升级至 pir,并更新单测 覆盖率1/1将
paddle.Tensor.logaddexp
迁移升级至 pir,并更新单测 覆盖率0/0