-
Notifications
You must be signed in to change notification settings - Fork 684
Emit lowered module #89
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
This pull request was exported from Phabricator. Differential Revision: D47803806 |
This pull request was exported from Phabricator. Differential Revision: D47803806 |
f1e5f18
to
5429b3a
Compare
This pull request was exported from Phabricator. Differential Revision: D47803806 |
5429b3a
to
06db508
Compare
This pull request was exported from Phabricator. Differential Revision: D47803806 |
06db508
to
34c9cae
Compare
This pull request was exported from Phabricator. Differential Revision: D47803806 |
34c9cae
to
81cdb21
Compare
This pull request was exported from Phabricator. Differential Revision: D47803806 |
81cdb21
to
620d917
Compare
Summary: Pull Request resolved: pytorch/executorch#89 It has been a pending task for a while, as a follow up on https://fb.workplace.com/groups/536346827621174/permalink/665126474743208/ we want the lowered backend module to be **runnerable**, **emittable**, and **retracable**. This diff makes the lowered backend module emittable without the need to composite with other modules It will the easiest the flow for backend developer to try lower one op to a backend via delegate. Reviewed By: angelayi Differential Revision: D47803806 fbshipit-source-id: a3e12003e910bab225dc683bb61d354193455682
This pull request was exported from Phabricator. Differential Revision: D47803806 |
620d917
to
a28aea3
Compare
This pull request has been merged in 98c1ec9. |
Merge in AITEC/executorch from feature/nxg11066/EIEX-206-Improve-quantization-annotation-process to main-nxp * commit '526c1d447c31fd4496927ad2f9f2de673405a3e3': Improve quantization annotation process
Summary:
It has been a pending task for a while, as a follow up on https://fb.workplace.com/groups/536346827621174/permalink/665126474743208/ we want the lowered backend module to be runnerable, emittable, and retracable. This diff makes the lowered backend module emittable without the need to composite with other modules
It will the easiest the flow for backend developer to try lower one op to a backend via delegate.
Differential Revision: D47803806