-
Notifications
You must be signed in to change notification settings - Fork 608
XNNPACK: faster 4-bit packing #2649
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/2649
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 2f8344d with merge base 853fb5b ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D55319010 |
Summary: Just use tensor methods, drop custom op and the previous python logic Differential Revision: D55319010
c86cdfa
to
781ba31
Compare
This pull request was exported from Phabricator. Differential Revision: D55319010 |
Summary: Just use tensor methods, drop custom op and the previous python logic Differential Revision: D55319010
781ba31
to
a7a6221
Compare
This pull request was exported from Phabricator. Differential Revision: D55319010 |
Summary: Just use tensor methods, drop custom op and the previous python logic Differential Revision: D55319010
a7a6221
to
f264904
Compare
This pull request was exported from Phabricator. Differential Revision: D55319010 |
Summary: Just use tensor methods, drop custom op and the previous python logic Differential Revision: D55319010
f264904
to
13efb5c
Compare
This pull request was exported from Phabricator. Differential Revision: D55319010 |
13efb5c
to
860df69
Compare
Summary: Just use tensor methods, drop custom op and the previous python logic Also drop aot_utils for xnnpack Reviewed By: GregoryComer Differential Revision: D55319010
This pull request was exported from Phabricator. Differential Revision: D55319010 |
Summary: Just use tensor methods, drop custom op and the previous python logic Also drop aot_utils for xnnpack Reviewed By: GregoryComer Differential Revision: D55319010
860df69
to
012e2cb
Compare
This pull request was exported from Phabricator. Differential Revision: D55319010 |
Summary: Just use tensor methods, drop custom op and the previous python logic Also drop aot_utils for xnnpack Reviewed By: GregoryComer Differential Revision: D55319010
012e2cb
to
53ba705
Compare
This pull request was exported from Phabricator. Differential Revision: D55319010 |
Summary: Just use tensor methods, drop custom op and the previous python logic Also drop aot_utils for xnnpack Reviewed By: kimishpatel, GregoryComer Differential Revision: D55319010
53ba705
to
17ca767
Compare
Summary: Just use tensor methods, drop custom op and the previous python logic Also drop aot_utils for xnnpack Reviewed By: kimishpatel, GregoryComer Differential Revision: D55319010
This pull request was exported from Phabricator. Differential Revision: D55319010 |
17ca767
to
2f8344d
Compare
This pull request was exported from Phabricator. Differential Revision: D55319010 |
This pull request has been merged in 3c64e8f. |
@pytorchbot cherry-pick --onto release/0.2 -c critical |
Summary: Just use tensor methods, drop custom op and the previous python logic
Differential Revision: D55319010