-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[API-Compat] Fixed sort out #74764
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-Compat] Fixed sort out #74764
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #74764 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 1
Lines ? 4
Branches ? 0
===========================================
Hits ? 4
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/re-run all-failed |
|
/re-run CI-Build |
|
/re-run all-failed |
c7baac0 to
d8ee77c
Compare
|
/re-run all-failed |
2 similar comments
|
/re-run all-failed |
|
/re-run all-failed |
PR Category
Operator Mechanism
PR Types
Bug fixes
Description
out 机制修复:此前的 PR 在 out使用时不再返回,与torch对齐时出现问题未测出,本PR修复后结果填入out同时返回 sort 结果。
Pcard-89620