-
Notifications
You must be signed in to change notification settings - Fork 707
[et][dim order] Makes DimOrderOpsMap as an operator to operator mapping #7187
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
This diff updates DimOrderOpsMap from name-to-operator mapping to operator-to-operator mapping, which has multiple benefits: 1. Reduce dialect ambiguity. Different dialects op may map to same name (e.g. `aten.to_copy` and `exir_ops.edge.aten._to_copy.default`). Directly using op can diminish the ambiguity. 2. Auto-maintain MemoryFormatOpsMap by reverting DimOrderOpsMap Differential Revision: [D66773612](https://our.internmc.facebook.com/intern/diff/D66773612/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7187
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 98ea326 with merge base 8861b9a ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This diff updates DimOrderOpsMap from name-to-operator mapping to operator-to-operator mapping, which has multiple benefits: 1. Reduce dialect ambiguity. Different dialects op may map to same name (e.g. `aten.to_copy` and `exir_ops.edge.aten._to_copy.default`). Directly using op can diminish the ambiguity. 2. Auto-maintain MemoryFormatOpsMap by reverting DimOrderOpsMap Differential Revision: [D66773612](https://our.internmc.facebook.com/intern/diff/D66773612/) ghstack-source-id: 256625754 Pull Request resolved: #7187
|
This pull request was exported from Phabricator. Differential Revision: D66773612 |
…rator mapping" This diff updates DimOrderOpsMap from name-to-operator mapping to operator-to-operator mapping, which has multiple benefits: 1. Reduce dialect ambiguity. Different dialects op may map to same name (e.g. `aten.to_copy` and `exir_ops.edge.aten._to_copy.default`). Directly using op can diminish the ambiguity. 2. Auto-maintain MemoryFormatOpsMap by reverting DimOrderOpsMap Differential Revision: [D66773612](https://our.internmc.facebook.com/intern/diff/D66773612/) [ghstack-poisoned]
Pull Request resolved: #7187 This diff updates DimOrderOpsMap from name-to-operator mapping to operator-to-operator mapping, which has multiple benefits: 1. Reduce dialect ambiguity. Different dialects op may map to same name (e.g. `aten.to_copy` and `exir_ops.edge.aten._to_copy.default`). Directly using op can diminish the ambiguity. 2. Auto-maintain MemoryFormatOpsMap by reverting DimOrderOpsMap ghstack-source-id: 256628254 @exported-using-ghexport Differential Revision: [D66773612](https://our.internmc.facebook.com/intern/diff/D66773612/)
|
This pull request was exported from Phabricator. Differential Revision: D66773612 |
…rator mapping" This diff updates DimOrderOpsMap from name-to-operator mapping to operator-to-operator mapping, which has multiple benefits: 1. Reduce dialect ambiguity. Different dialects op may map to same name (e.g. `aten.to_copy` and `exir_ops.edge.aten._to_copy.default`). Directly using op can diminish the ambiguity. 2. Auto-maintain MemoryFormatOpsMap by reverting DimOrderOpsMap Differential Revision: [D66773612](https://our.internmc.facebook.com/intern/diff/D66773612/) [ghstack-poisoned]
Pull Request resolved: #7187 This diff updates DimOrderOpsMap from name-to-operator mapping to operator-to-operator mapping, which has multiple benefits: 1. Reduce dialect ambiguity. Different dialects op may map to same name (e.g. `aten.to_copy` and `exir_ops.edge.aten._to_copy.default`). Directly using op can diminish the ambiguity. 2. Auto-maintain MemoryFormatOpsMap by reverting DimOrderOpsMap ghstack-source-id: 256633613 @exported-using-ghexport Differential Revision: [D66773612](https://our.internmc.facebook.com/intern/diff/D66773612/)
|
This pull request was exported from Phabricator. Differential Revision: D66773612 |
|
@pytorchbot label "topic: not user facing" |
7150662
into
gh/Gasoonjia/3/base
Pull Request resolved: #7187 This diff updates DimOrderOpsMap from name-to-operator mapping to operator-to-operator mapping, which has multiple benefits: 1. Reduce dialect ambiguity. Different dialects op may map to same name (e.g. `aten.to_copy` and `exir_ops.edge.aten._to_copy.default`). Directly using op can diminish the ambiguity. 2. Auto-maintain MemoryFormatOpsMap by reverting DimOrderOpsMap ghstack-source-id: 256633613 @exported-using-ghexport Differential Revision: [D66773612](https://our.internmc.facebook.com/intern/diff/D66773612/) Co-authored-by: gasoonjia <[email protected]>
Stack from ghstack (oldest at bottom):
This diff updates DimOrderOpsMap from name-to-operator mapping to operator-to-operator mapping, which has multiple benefits:
aten.to_copyandexir_ops.edge.aten._to_copy.default). Directly using op can diminish the ambiguity.Differential Revision: D66773612