-
Notifications
You must be signed in to change notification settings - Fork 688
Add experimental API for preserving ops from decomposition #5236
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/pytorch/executorch/5236
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 735a204 with merge base 9256b4a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D62460623 |
This pull request was exported from Phabricator. Differential Revision: D62460623 |
26372ca
to
5200c6f
Compare
) Summary: Pull Request resolved: pytorch#5236 This experimental API passes a tuple of ops to `program.run_decomposition` which prevents the list of provided ops from being decomposed. Once this API is no longer experimental, the new param will be moved to `to_edge` and this method will be removed. Reviewed By: tarun292 Differential Revision: D62460623
This pull request was exported from Phabricator. Differential Revision: D62460623 |
) Summary: Pull Request resolved: pytorch#5236 This experimental API passes a tuple of ops to `program.run_decomposition` which prevents the list of provided ops from being decomposed. Once this API is no longer experimental, the new param will be moved to `to_edge` and this method will be removed. Reviewed By: tarun292 Differential Revision: D62460623
5200c6f
to
468cb60
Compare
) Summary: Pull Request resolved: pytorch#5236 This experimental API passes a tuple of ops to `program.run_decomposition` which prevents the list of provided ops from being decomposed. Once this API is no longer experimental, the new param will be moved to `to_edge` and this method will be removed. Reviewed By: tarun292 Differential Revision: D62460623
This pull request was exported from Phabricator. Differential Revision: D62460623 |
468cb60
to
735a204
Compare
This pull request has been merged in 9301ebb. |
Summary: This experimental API passes a tuple of ops to
program.run_decomposition
which prevents the list of provided ops from being decomposed. Once this API is no longer experimental, the new param will be moved toto_edge
and this method will be removed.Differential Revision: D62460623