-
Notifications
You must be signed in to change notification settings - Fork 748
Arm backend: Fuse duplicate user ops #15218
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
GEN AI USED - BLACKDUCK APPROVED Adds a pass which checks if a node has multiple users performing equivalent operations its output. If that is the case, it fuses these ops into one. Change-Id: I10f698429af8e2e7f1130c391d7e9e94616fa5e4 Signed-off-by: Adrian Lundell <[email protected]>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15218
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 New Failure, 2 Unrelated FailuresAs of commit 11d76ab with merge base 94ce147 ( NEW FAILURE - The following job has failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but was 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. |
|
I'll rebase to get the test-mcu-model error out of the way |
|
Failed with This is probably just a flakey test Retrigger |
|
Added files in _passes is part of a buck2 *.py rule so this should work in buck2 |
Adds a pass which checks if a node has multiple users performing equivalent operations its output. If that is the case, it fuses these ops into one.
cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai