-
Notifications
You must be signed in to change notification settings - Fork 685
forward fix for D81697327 #14088
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
forward fix for D81697327 #14088
Conversation
this diff solves some issues raised after we introduced dim order variant clone op. Majorly: 1. make sure turning recipe have consistent _skip_dim_order flag between to_edge stage and lowering stage in Modai. 2. update constant_prop_pass to introduce expected variant of clone op in different dim order schema 3. register _clone_dim_order to vulkan. Differential Revision: [D81951792](https://our.internmc.facebook.com/intern/diff/D81951792/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14088
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit cd461ea with merge base 6c12956 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
this diff solves some issues raised after we introduced dim order variant clone op. Majorly: 1. make sure turning recipe have consistent _skip_dim_order flag between to_edge stage and lowering stage in Modai. 2. update constant_prop_pass to introduce expected variant of clone op in different dim order schema 3. register _clone_dim_order to vulkan. Differential Revision: [D81951792](https://our.internmc.facebook.com/intern/diff/D81951792/) ghstack-source-id: 308291671 Pull Request resolved: #14088
This pull request was exported from Phabricator. Differential Revision: D81951792 |
This PR needs a
|
this diff solves some issues raised after we introduced dim order variant clone op. Majorly: 1. make sure turning recipe have consistent _skip_dim_order flag between to_edge stage and lowering stage in Modai. 2. update constant_prop_pass to introduce expected variant of clone op in different dim order schema 3. register _clone_dim_order to vulkan. Differential Revision: [D81951792](https://our.internmc.facebook.com/intern/diff/D81951792/) [ghstack-poisoned]
Pull Request resolved: #14088 this diff solves some issues raised after we introduced dim order variant clone op. Majorly: 1. make sure turning recipe have consistent _skip_dim_order flag between to_edge stage and lowering stage in Modai. 2. update constant_prop_pass to introduce expected variant of clone op in different dim order schema 3. register _clone_dim_order to vulkan. ghstack-source-id: 308397776 @exported-using-ghexport Differential Revision: [D81951792](https://our.internmc.facebook.com/intern/diff/D81951792/)
This pull request was exported from Phabricator. Differential Revision: D81951792 |
266ffdd
into
gh/gasoonjia/39/base
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: #14088 by @Gasoonjia ^ 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/gasoonjia/39/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/39/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/39/orig @diff-train-skip-merge Co-authored-by: gasoonjia <gasoonjia@icloud.com>
Stack from ghstack (oldest at bottom):
this diff solves some issues raised after we introduced dim order variant clone op. Majorly:
Differential Revision: D81951792