-
Notifications
You must be signed in to change notification settings - Fork 651
Inline requantize kernels #13592
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
Inline requantize kernels #13592
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13592
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 2 Unrelated FailuresAs of commit ad1bcaf with merge base 3f483df ( NEW FAILURES - The following jobs have failed:
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: D80772740 |
This PR needs a
|
This pull request was exported from Phabricator. Differential Revision: D80772740 |
Summary: Pull Request resolved: #13592 As titled. Explicit template instantiation is killing code size, so we replace all the requantize kernels with inlined dequantize/quantize, removing the need for the template instantiation. Differential Revision: D80772740
2fd1b9b
to
7695fa5
Compare
This pull request was exported from Phabricator. Differential Revision: D80772740 |
Summary: Pull Request resolved: #13592 As titled. Explicit template instantiation is killing code size, so we replace all the requantize kernels with inlined dequantize/quantize, removing the need for the template instantiation. Reviewed By: ethansfng Differential Revision: D80772740
7695fa5
to
86fd4ef
Compare
Summary: Pull Request resolved: #13592 As titled. Explicit template instantiation is killing code size, so we replace all the requantize kernels with inlined dequantize/quantize, removing the need for the template instantiation. Reviewed By: ethansfng Differential Revision: D80772740
This pull request was exported from Phabricator. Differential Revision: D80772740 |
86fd4ef
to
ad1bcaf
Compare
Differential Revision: D80772740 Pull Request resolved: pytorch#13592
Summary: As titled. Explicit template instantiation is killing code size, so we replace all the requantize kernels with inlined dequantize/quantize, removing the need for the template instantiation.
Differential Revision: D80772740