-
Notifications
You must be signed in to change notification settings - Fork 608
migrate passes calls to pass utils #6721
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
migrate passes calls to pass utils #6721
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6721
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit b5febc0 with merge base dc41596 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D65464704 |
659d7ed
to
bb6be76
Compare
Summary: keep the same calling order in oss, but calling by pass util pass register Reviewed By: hsharma35 Differential Revision: D65464704
This pull request was exported from Phabricator. Differential Revision: D65464704 |
Summary: keep the same calling order in oss, but calling by pass util pass register Reviewed By: hsharma35 Differential Revision: D65464704
bb6be76
to
d4f7083
Compare
Summary: keep the same calling order in oss, but calling by pass util pass register Reviewed By: hsharma35 Differential Revision: D65464704
d4f7083
to
b5febc0
Compare
This pull request was exported from Phabricator. Differential Revision: D65464704 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65464704 |
srcs = [ | ||
"_passes.py", | ||
"pass_utils.py", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tarun292 do we need the _ here? I forgot the exact reason to add it
Summary: keep the same calling order in oss, but calling by pass util pass register
Differential Revision: D65464704