-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Rewrite unsafe_remove_auto_functionalized_pass using decompose_auto_functionalized
#134831
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
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/134831
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 29f2c60 with merge base 416a789 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
unsafe_remove_auto_functionalized_pass using decompose_auto_functionalized
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
title + use `with torch.library._scoped_library as lib` when needed. Pull Request resolved: #134834 Approved by: https://github.com/zou3519 ghstack dependencies: #134831
…o_functionalized` (pytorch#134831) `unsafe_remove_auto_functionalized_pass` can be written as using `decompose_auto_functionalized`, this way we do not have to update it each time we do a change to `auto_functionalize` (Ex pytorch#134409) , and we avoid duplicate logics implemented in two different ways. Pull Request resolved: pytorch#134831 Approved by: https://github.com/zou3519
title + use `with torch.library._scoped_library as lib` when needed. Pull Request resolved: pytorch#134834 Approved by: https://github.com/zou3519 ghstack dependencies: pytorch#134831
Stack from ghstack (oldest at bottom):
unsafe_remove_auto_functionalized_passusingdecompose_auto_functionalized#134831unsafe_remove_auto_functionalized_passcan be written as usingdecompose_auto_functionalized, this way we do not have to update it each time we do a change toauto_functionalize(Ex #134409) , and we avoid duplicate logics implemented in two different ways.cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang