-
Couldn't load subscription status.
- Fork 5.9k
[Auto Parallel] Add spmd rule No.17 for conv2d_transpose and conv2d_transpose_grad ops. #73188
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
| 你的PR提交成功,感谢你对开源项目的贡献! |
| Sorry to inform you that c7404a0's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
| self.assertEqual(inferred_output_dist_attrs[0]._partial_dims(), {0}) | ||
| | ||
| # case 7 | ||
| # input: NHinWinC[0, -1, -1, 2], filter: MCHkWk[2, 1, -1, -1] ---> |
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.
MCHkWk -> CMHkWk,注释统一一下
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.
已修改
| | ||
| # case 2 | ||
| # input: NCHinWin[-1, -1, -1, -1], filter: CMHkWk[-1, 0, -1, -1] | ||
| # ---> output: NMHoutWout[-1, 0, -1, -1, -1] |
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.
5维?
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.
4维,已修改
| /re-run all-failed |
| Sorry to inform you that 2398cba's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
| 需要解决下冲突 |
好的 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@ ## develop #73188 +/- ## ========================================== Coverage ? 99.27% ========================================== Files ? 1 Lines ? 137 Branches ? 0 ========================================== Hits ? 136 Misses ? 1 Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| 需要解决下冲突 |
等 #73134 这个合入后吧 |
| 可以解决冲突了 |
好的 |
| /re-run all-failed |
PR Category
Auto Parallel
PR Types
New features
Description
为 conv2d_transpose 和 conv2d_transpose_grad 算子增加切分推导规则。