-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[API compatibility] update paddle add api #74420
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
Conversation
3796cbf
to
eed0fcb
Compare
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (87.50%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #74420 +/- ##
==========================================
Coverage ? 87.50%
==========================================
Files ? 1
Lines ? 16
Branches ? 0
==========================================
Hits ? 14
Misses ? 2
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.
- name参数都统一放到最后面,避免name参数处于参数列表的任意位置
- 已知共性问题:类型提升/二元支持scalar,目前不用单API中修改,paconvert也可注释不执行,这个会后续统一支持
/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 |
b072eef
/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
/re-run all-failed |
* update paddle add api * update * update * update * test * update * update * fix Api-Benchmark * update
PR Category
User Experience
PR Types
New features
Description
注:
pcard-67164