-
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.218、223】Migrate PairwiseDistance / take_along_axis into pir #58689
【PIR API adaptor No.218、223】Migrate PairwiseDistance / take_along_axis into pir #58689
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
This comment was marked as duplicate.
This comment was marked as duplicate.
请问有更为完整的报错栈吗? |
This comment was marked as resolved.
This comment was marked as resolved.
take_along_axis这个api使用到了其他python api,所以需要递归把它调用到的api全部适配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.
…axis into pir (PaddlePaddle#58689) * PairwiseDistance take_along_axis * add OpResult * fix epsilon to_variable && rm test_with_pir_api of test_static * disable_static * add broadcast_to test * rm test_errors of test_broadcast_to_op.TestBroadcastToError * add some utest
…axis into pir (PaddlePaddle#58689) * PairwiseDistance take_along_axis * add OpResult * fix epsilon to_variable && rm test_with_pir_api of test_static * disable_static * add broadcast_to test * rm test_errors of test_broadcast_to_op.TestBroadcastToError * add some utest
PR types
Others
PR changes
APIs
Description
PIR API 推全升级
将 paddle.nn.PairwiseDistance / take_along_axis 迁移升级至 pir,并更新单测
PairwiseDistance
全部通过take_along_axis
全部通过