Arm backend: add missing buck deps for transform passes in arm_pass_manager#19191
Arm backend: add missing buck deps for transform passes in arm_pass_manager#19191rascani merged 1 commit intopytorch:mainfrom
Conversation
…anager arm_pass_manager.py imports three transform modules that were missing from the arm_pass_manager_base buck target deps: - fuse_cascaded_transpose_or_permute_ops - postpone_permute_below_squeeze_view - remove_permutes_around_elementwise_ops This caused ModuleNotFoundError at import time, breaking ARM backend test collection. Differential Revision: D102650122
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19191
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 Awaiting Approval, 2 New Failures, 5 Cancelled Jobs, 6 Pending, 5 Unrelated FailuresAs of commit 0c90a57 with merge base 9207001 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
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
arm_pass_manager.py imports three transform modules that were missing from the arm_pass_manager_base buck target deps:
This caused ModuleNotFoundError at import time, breaking ARM backend test collection.
Differential Revision: D102650122
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell