Generalize and simplify permute fusion. (#18254)#18254
Generalize and simplify permute fusion. (#18254)#18254abeakkas 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. ❌ 1 New Failure, 3 Unrelated FailuresAs of commit 855798f with merge base 94e9ca6 ( NEW FAILURE - The following job has failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
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
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
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