-
Notifications
You must be signed in to change notification settings - Fork 571
Migrate gen_oplist.py to use executorch/codegen instead of pytorch torchgen #11104
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/11104
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (2 Unrelated Failures)As of commit ce3d4a2 with merge base 05383fe ( BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D75307480 |
This pull request was exported from Phabricator. Differential Revision: D75307480 |
670c0ad
to
4cedc05
Compare
4cedc05
to
cd155cc
Compare
This pull request was exported from Phabricator. Differential Revision: D75307480 |
@larryliu0820 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
ba1462e
to
e7ff909
Compare
This pull request was exported from Phabricator. Differential Revision: D75307480 |
e7ff909
to
9f3ba94
Compare
9f3ba94
to
d4627ec
Compare
This pull request was exported from Phabricator. Differential Revision: D75307480 |
d4627ec
to
e7877d8
Compare
This pull request was exported from Phabricator. Differential Revision: D75307480 |
e7877d8
to
c3c263f
Compare
This pull request was exported from Phabricator. Differential Revision: D75307480 |
c3c263f
to
2e219a3
Compare
This pull request was exported from Phabricator. Differential Revision: D75307480 |
2e219a3
to
bd99429
Compare
This pull request was exported from Phabricator. Differential Revision: D75307480 |
bd99429
to
30926c8
Compare
30926c8
to
05926aa
Compare
This pull request was exported from Phabricator. Differential Revision: D75307480 |
05926aa
to
e4bd8ad
Compare
This pull request was exported from Phabricator. Differential Revision: D75307480 |
e4bd8ad
to
ce3d4a2
Compare
This pull request was exported from Phabricator. Differential Revision: D75307480 |
Summary: As titled, after #10939 we are able to use
executorch.codegen
APIs instead oftorchgen.executorch
APIs. This PR movesgen_oplist.py
to use the newexecutorch.codgen
API.Reviewed By: kirklandsign
Differential Revision: D75307480