Generalize and simplify permute fusion. (#18254)#18254
Open
abeakkas wants to merge 1 commit intopytorch:mainfrom
Open
Generalize and simplify permute fusion. (#18254)#18254abeakkas wants to merge 1 commit intopytorch:mainfrom
abeakkas wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18254
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 14 PendingAs of commit 44adb39 with merge base b2f0a5a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Contributor
This PR needs a
|
abeakkas
added a commit
to abeakkas/executorch
that referenced
this pull request
Mar 17, 2026
Summary: The old algorithm can't handle the case where intermediate permutes have multiple users. Updating to a more concise and general approach. Differential Revision: D97000790
5e1f08b to
65aa53f
Compare
abeakkas
added a commit
to abeakkas/executorch
that referenced
this pull request
Mar 18, 2026
Summary: The old algorithm can't handle the case where intermediate permutes have multiple users. Updating to a more concise and general approach. Differential Revision: D97000790
65aa53f to
855798f
Compare
DrJessop
approved these changes
Mar 18, 2026
855798f to
0ef008e
Compare
abeakkas
added a commit
to abeakkas/executorch
that referenced
this pull request
Mar 19, 2026
Summary: The old algorithm can't handle the case where intermediate permutes have multiple users. Updating to a more concise and general approach. Reviewed By: DrJessop Differential Revision: D97000790
abeakkas
added a commit
to abeakkas/executorch
that referenced
this pull request
Mar 19, 2026
Summary: The old algorithm can't handle the case where intermediate permutes have multiple users. Updating to a more concise and general approach. Reviewed By: DrJessop Differential Revision: D97000790
0ef008e to
8e7df97
Compare
abeakkas
added a commit
to abeakkas/executorch
that referenced
this pull request
Mar 19, 2026
Summary: Pull Request resolved: pytorch#18254 The old algorithm can't handle the case where intermediate permutes have multiple users. Updating to a more concise and general approach. Reviewed By: DrJessop Differential Revision: D97000790
8e7df97 to
eee3945
Compare
abeakkas
added a commit
to abeakkas/executorch
that referenced
this pull request
Mar 19, 2026
Summary: The old algorithm can't handle the case where intermediate permutes have multiple users. Updating to a more concise and general approach. Reviewed By: DrJessop Differential Revision: D97000790
eee3945 to
81db15b
Compare
abeakkas
added a commit
to abeakkas/executorch
that referenced
this pull request
Mar 19, 2026
Summary: Pull Request resolved: pytorch#18254 The old algorithm can't handle the case where intermediate permutes have multiple users. Updating to a more concise and general approach. Reviewed By: DrJessop Differential Revision: D97000790
81db15b to
ba44924
Compare
Summary: The old algorithm can't handle the case where intermediate permutes have multiple users. Updating to a more concise and general approach. Reviewed By: DrJessop Differential Revision: D97000790
ba44924 to
44adb39
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
The old algorithm can't handle the case where intermediate permutes have multiple users. Updating to a more concise and general approach.
Reviewed By: DrJessop
Differential Revision: D97000790