-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[Auto Parallel] Add spmd rule No.18 for conv3d and conv3d_grad ops. #72882
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 7d78a2d's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
filter_dims_mapping.size())); | ||
// todo: NCDHW or NDHWC check, check channel logic, input's channel | ||
// dims_mapping must be equal to filter's channel dims_mapping | ||
int inpput_channel_dim = (data_format == "NCDHW") ? 1 : 4; |
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.
inpput_channel_dim -> input_channel_dim
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.
revised
如果Clone还是失败的话,请merge develop来解决 |
c2c1f30
to
262694d
Compare
/re-run all-failed |
PR Category
Auto Parallel
PR Types
New features
Description
为 conv3d 和 conv3d_grad 算子增加切分推导规则。