-
Notifications
You must be signed in to change notification settings - Fork 536
Cleanup XNN delegate post removal of upsample decomposition #8910
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8910
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 0246ac2 with merge base a828307 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Summary: Following the removal of the decompositions for upsample_bilinear2d in PyTorch, we don't need to pattern match and recompose upsample_bilinear2d. This PR cleans up the convert_to_upsample_bilinear2d pass and associated logic. Differential Revision: D68374585
This pull request was exported from Phabricator. Differential Revision: D68374585 |
This pull request was exported from Phabricator. Differential Revision: D68374585 |
2e5be22
to
84c76fc
Compare
Yeah if it is now impossible to ever get a decomposed op then this is a good BE work. Thanks @GregoryComer . |
nice dead code! |
Thanks. With pytorch/pytorch#147153, we should never see a decomposed upsample unless it somehow gets manually added to the decomp table. It's core and is now never decomposed by default. |
Summary: Following the removal of the decompositions for upsample_bilinear2d in PyTorch, we don't need to pattern match and recompose upsample_bilinear2d. This PR cleans up the convert_to_upsample_bilinear2d pass and associated logic.
Differential Revision: D68374585