-
Notifications
You must be signed in to change notification settings - Fork 807
Arm backend: Update a8w4 _get_dtype_count to account for groups #16701
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
- When using groups, we need to update the count layers. Signed-off-by: Saoirse Stewart <saoirse.stewart@arm.com>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16701
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f29aded with merge base 176c162 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot label "release notes: none" |
|
@pytorchbot label ciflow/trunk |
|
@pytorchbot label 'partner: arm' |
zingo
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.
OK to merge is Arm tests pass!
|
Rebased to re-test after a cortex-m fix was merged |
Summary
When using groups, we need to update the count for grouped Conv2D layers.
cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai