-
Notifications
You must be signed in to change notification settings - Fork 608
clean up TODOs #310
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
clean up TODOs #310
Conversation
This pull request was exported from Phabricator. Differential Revision: D49129706 |
This pull request was exported from Phabricator. Differential Revision: D49129706 |
dc496c1
to
84f146a
Compare
This pull request was exported from Phabricator. Differential Revision: D49129706 |
84f146a
to
c39a606
Compare
This pull request was exported from Phabricator. Differential Revision: D49129706 |
c39a606
to
c7c4bab
Compare
This pull request was exported from Phabricator. Differential Revision: D49129706 |
c7c4bab
to
19d6e1a
Compare
This pull request was exported from Phabricator. Differential Revision: D49129706 |
19d6e1a
to
4f17404
Compare
This pull request was exported from Phabricator. Differential Revision: D49129706 |
4f17404
to
ce5ebd8
Compare
Differential Revision: D48761858 fbshipit-source-id: d6bb4b17687217dcf0e536efa312643b958f9855
Differential Revision: D48761859 fbshipit-source-id: 32a6b61157b1c571b45794038dfcec90ecb26388
Differential Revision: D48790083 fbshipit-source-id: 02f62676813864ecd656dff09e66860b27fab6fe
Differential Revision: D48764114 fbshipit-source-id: 1c1185fa4542460463d506762aab2f0f64706584
Differential Revision: D48805091 fbshipit-source-id: 669e31967facb8b9e5fdf5cb6d8c0deb9a4216e5
Differential Revision: D48805092 fbshipit-source-id: 2d19d943d54b6fc6d396755d228484f9fb42d674
Differential Revision: D49214926 fbshipit-source-id: c9ce9a0d612b2ab9b7444b650bbbe742174c3fd3
Differential Revision: D49214927 fbshipit-source-id: 98d914e23ebdfac0483f99e3623c0813124cbc89
Differential Revision: https://internalfb.com/D49116826 fbshipit-source-id: 9a6b7c877f803bdef1e1d922a2829c817286e28e
Differential Revision: D49116827 fbshipit-source-id: e49ef7a950d22be924a23f8e8bf69003147ced6b
Summary: Pull Request resolved: pytorch/executorch#310 With Unified Partitioner (D48761226) and Duplicate Dequant Node (D48663147) pass landing, we can clean up the TODOs from this example _check_ir_validity is still required for quantization workflow as without it, it complains that quantized ops are not aten canonical Reviewed By: kirklandsign Differential Revision: D49129706 fbshipit-source-id: 867d85f1dde8da5244434d650add08d2e552d1ae
This pull request was exported from Phabricator. Differential Revision: D49129706 |
ce5ebd8
to
286dddc
Compare
This pull request has been merged in e697d21. |
Summary:
With Unified Partitioner (D48761226) and Duplicate Dequant Node (D48663147) pass landing, we can clean up the TODOs from this example
_check_ir_validity is still required for quantization workflow as without it, it complains that quantized ops are not aten canonical
Reviewed By: kirklandsign
Differential Revision: D49129706