-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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.192】Migrate paddle.searchsorted into pir #59387
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
失败单测
报错信息示例
|
我看 ci 运行是正常的 😄 可以检查一下本地测试代码有没有同步 |
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.
searchsorted api 在 test/legacy_test/test_zero_dim_tensor.py 里的 TestSundryAPIStatic.test_searchsorted 有相关单测,辛苦也适配一下 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.
该文件下的 TestSearchSortedError 单测是否支持?如不支持请在 pr 描述里说明一下,方便我们记录问题并后续 fix
请问大佬这个 pr 最近还有空推进吗 ~ 没有的话可以让内部研发接着做啦😃 |
抱歉抱歉,最近期末事情太多了,可能没空推进了 |
好的没事~ 那我们就在你的代码上继续推进啦 🚀 |
Done in #60014. |
PR types
Others
PR changes
APIs
Description
#58067
PIR API 推全升级
将算子迁移升级至 pir,并更新单测
paddle.searchsorted
(0/7)