-
Notifications
You must be signed in to change notification settings - Fork 273
Patch the _is_conv_node function #2223
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/2223
Note: Links to docs will display an error until the docs builds have been completed. ❌ 6 New FailuresAs of commit 5d7f713 with merge base adc78b7 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D74898941 |
Summary: X-link: pytorch/ao#2223 torch.ops.aten.conv2d.padding is also conv2d node Test Plan: CI Reviewed By: andrewor14, jerryzh168 Differential Revision: D74898941
@jerryzh168 @andrewor14 can you help reviewing? |
This pull request was exported from Phabricator. Differential Revision: D74898941 |
Summary: Pull Request resolved: pytorch#2223 X-link: pytorch/pytorch#153749 torch.ops.aten.conv2d.padding is also conv2d node Reviewed By: andrewor14, jerryzh168 Differential Revision: D74898941
Summary: X-link: pytorch/pytorch#153749 torch.ops.aten.conv2d.padding is also conv2d node Reviewed By: andrewor14, jerryzh168 Differential Revision: D74898941
This pull request was exported from Phabricator. Differential Revision: D74898941 |
Summary: X-link: pytorch/ao#2223 torch.ops.aten.conv2d.padding is also conv2d node Test Plan: CI Reviewed By: andrewor14, jerryzh168 Differential Revision: D74898941
Summary: X-link: pytorch/pytorch#153749 torch.ops.aten.conv2d.padding is also conv2d node Reviewed By: andrewor14, jerryzh168 Differential Revision: D74898941
This pull request was exported from Phabricator. Differential Revision: D74898941 |
Summary: X-link: pytorch/ao#2223 torch.ops.aten.conv2d.padding is also conv2d node Test Plan: CI Reviewed By: andrewor14, jerryzh168 Differential Revision: D74898941
self._test_quantizer( | ||
TestHelperModules.ConvWithBNRelu(dim=2, relu=True, bn=True, padding="same"), | ||
example_inputs, | ||
BackendAQuantizer(), |
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.
this is not annotating conv2d, does the test pass?
@cccclai looks like this also breaks ruff, I'll revert first |
oh thanks @HDCharles for the fix |
we still need to revert this it caused a bunch of breakages. |
Summary:
X-link: pytorch/pytorch#153749
torch.ops.aten.conv2d.padding is also conv2d node
Reviewed By: andrewor14, jerryzh168
Differential Revision: D74898941