-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[API Compatibility] Add 7 API alias #74569
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
[API Compatibility] Add 7 API alias #74569
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
/re-run all-failed |
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
|
/re-run all-failed |
76433aa
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #74569 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 5
Lines ? 14
Branches ? 0
===========================================
Hits ? 14
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
|
CI有些失败的,还需要看看 |
|
@LittleHeroZZZX API-Benchamark问题,看看是不是要换个装饰器,这个性能不高 |
我只在 clip 上加了装饰器,挂了的这几个 API 我都没动,应该是之前已经合入的 PR 导致的吧?多 rerun 几次估计能过。 |
|
/re-run all-failed |
2 similar comments
|
/re-run all-failed |
|
/re-run all-failed |
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
99e98c6
|
/re-run all-failed |
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
|
/re-run all-failed |
bcda69d
into
PaddlePaddle:develop
PR Category
User Experience
PR Types
New features
Description
添加如下别名并支持 out 参数。
paddle.cat
paddle.clamp
paddle.ger
paddle.take_along_dim
paddle.linalg.matmul
paddle.special.logsumexp
paddle.concatenate
其中,logsumexp 和 matmul 没有兼容 torch,需要做参数别名映射,C++ 下沉逻辑复杂,由 @DanielSun11 负责。