-
Notifications
You must be signed in to change notification settings - Fork 26k
Removed deprecated split_cat_fx_passes
#167738
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/167738
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f261290 with merge base 2c846bb ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
The label |
|
The label |
split_cat_fx_passessplit_cat_fx_passes
|
The label |
|
@pytorchbot label "topic: not user facing" |
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 0 checks: Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
## Remove deprecated `split_cat_fx_passes` First of a couple of small PRs that remove deprecated and unused code. Remove the deprecated `split_cat_fx_passes` configuration variable from inductor config and clean up associated test patches. ### Changes - Remove `split_cat_fx_passes` from `torch/_inductor/config.py` - Remove `@patch.object(config, "split_cat_fx_passes", False)` decorators from tests in `test/inductor/test_perf.py` Pull Request resolved: pytorch#167738 Approved by: https://github.com/jansel, https://github.com/eellison, https://github.com/cyyever
Remove deprecated
split_cat_fx_passesFirst of a couple of small PRs that remove deprecated and unused code.
Remove the deprecated
split_cat_fx_passesconfiguration variable from inductor config and clean up associated test patches.Changes
split_cat_fx_passesfromtorch/_inductor/config.py@patch.object(config, "split_cat_fx_passes", False)decorators from tests intest/inductor/test_perf.pycc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov @coconutruben