Add HierarchicalCSEPass infrastructure for nested graph optimization#17737
Add HierarchicalCSEPass infrastructure for nested graph optimization#17737hsharma35 wants to merge 1 commit intopytorch:mainfrom
Conversation
Summary: Adds HierarchicalCSEPass class for recursively processing submodules with CSE, enabling better optimization of map operations and nested graphs. Differential Revision: D94365159
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17737
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New Failures, 2 Unrelated FailuresAs of commit 6840ede with merge base 5a9b280 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@hsharma35 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D94365159. |
This PR needs a
|
Summary:
Adds HierarchicalCSEPass class for recursively processing submodules with CSE,
enabling better optimization of map operations and nested graphs.
Differential Revision: D94365159