-
Notifications
You must be signed in to change notification settings - Fork 685
[XNNPACK Quantizer] Select between TConvs and Convs #11732
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
Allow selection of Difference between transposed convs and regular convs. Previously, we grouped all conv targets together (transposed and regular convs), but now we enable better per-operator selection Differential Revision: [D76641838](https://our.internmc.facebook.com/intern/diff/D76641838/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11732
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 0aa7950 with merge base 057558f ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Allow selection of Difference between transposed convs and regular convs. Previously, we grouped all conv targets together (transposed and regular convs), but now we enable better per-operator selection Differential Revision: [D76641838](https://our.internmc.facebook.com/intern/diff/D76641838/) ghstack-source-id: 290405131 Pull Request resolved: #11732
This pull request was exported from Phabricator. Differential Revision: D76641838 |
This PR needs a
|
Allow selection of Difference between transposed convs and regular convs. Previously, we grouped all conv targets together (transposed and regular convs), but now we enable better per-operator selection Differential Revision: [D76641838](https://our.internmc.facebook.com/intern/diff/D76641838/) [ghstack-poisoned]
Pull Request resolved: #11732 Allow selection of Difference between transposed convs and regular convs. Previously, we grouped all conv targets together (transposed and regular convs), but now we enable better per-operator selection ghstack-source-id: 291033631 Differential Revision: [D76641838](https://our.internmc.facebook.com/intern/diff/D76641838/)
This pull request was exported from Phabricator. Differential Revision: D76641838 |
00c08c6
into
gh/mcr229/33/base
Pull Request resolved: #11732 Allow selection of Difference between transposed convs and regular convs. Previously, we grouped all conv targets together (transposed and regular convs), but now we enable better per-operator selection ghstack-source-id: 291033631 Differential Revision: [D76641838](https://our.internmc.facebook.com/intern/diff/D76641838/)
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: #11732 by @mcr229 ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/mcr229/33/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/mcr229/33/head Merge bot PR base: https://github.com/pytorch/executorch/tree/gh/mcr229/32/orig Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/mcr229/33/orig @diff-train-skip-merge --------- Co-authored-by: Max Ren <maxren@meta.com>
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: pytorch#11732 by @mcr229 ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/mcr229/33/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/mcr229/33/head Merge bot PR base: https://github.com/pytorch/executorch/tree/gh/mcr229/32/orig Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/mcr229/33/orig @diff-train-skip-merge --------- Co-authored-by: Max Ren <maxren@meta.com>
Stack from ghstack (oldest at bottom):
Allow selection of Difference between transposed convs and regular convs. Previously, we grouped all conv targets together (transposed and regular convs), but now we enable better per-operator selection
Differential Revision: D76641838