-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[0-size Tensor No.91、308] Add 0-size Tensor support for inner #73340
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #73340 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 1
Lines ? 24
Branches ? 0
===========================================
Hits ? 24
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
API-benchmark失败 |
|
请合入最新的develop分支重新触发ci |
|
/re-run all-failed |
DanielSun11
left a comment
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
PR Category
Execute Infrastructure
PR Types
Improvements
Description
这里是继续 #73094 中 paddle.inner的修改
PaddleAPITest 测试通过

GPU
CPU

取消特例[1, 1, 1, 1]的处理,这是PaddleTest使用的测试用例,如果修改会有性能影响,需要修改PaddleTest
PaddlePaddle/PaddleTest#3096