Move user-defined passes after SpecPropPass#15932
Move user-defined passes after SpecPropPass#15932meta-codesync[bot] merged 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15932
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
dee69c9 to
bd92f7a
Compare
This PR needs a
|
JacobSzwejbka
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
Summary: 1. Use `ExecutorchBackendConfig` instead of inserting the pass. 2. Move SpecPropPass after user-defined passes. It was originally swapped here: D80840528. cc ethansfng, who has a pass that should run before SpecPropPass Reviewed By: JacobSzwejbka, larryliu0820 Differential Revision: D87576772
bd92f7a to
6fd9ac3
Compare
Summary: 1. Use `ExecutorchBackendConfig` instead of inserting the pass. 2. Move SpecPropPass after user-defined passes. It was originally swapped here: D80840528. cc ethansfng, who has a pass that should run before SpecPropPass Reviewed By: JacobSzwejbka, larryliu0820 Differential Revision: D87576772
6fd9ac3 to
3f1632c
Compare
Differential Revision: D87576772 Pull Request resolved: pytorch#15932
Summary:
ExecutorchBackendConfiginstead of inserting the pass.Differential Revision: D87576772