-
Notifications
You must be signed in to change notification settings - Fork 607
to make TIE quantized conv operator to fall back to hifi quantized conv op instead of cpu op for shapes not supported by the TIE kernel. #10770
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/10770
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 2a4a73f with merge base 5ad676d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D74337713 |
@pytorchbot label "topic: not user facing" |
ac2c959
to
6375850
Compare
…nv op instead of cpu op for shapes not supported by the TIE kernel. (pytorch#10770) Summary: some quantized conv shape are not supported by the TIE operator, right now the tie op will fall back to CPU op. with this diff would fall back to use the operator from the hifi non-tie backend instead. Reviewed By: zonglinpeng Differential Revision: D74337713
…nv op instead of cpu op for shapes not supported by the TIE kernel. (pytorch#10770) Summary: some quantized conv shape are not supported by the TIE operator, right now the tie op will fall back to CPU op. with this diff would fall back to use the operator from the hifi non-tie backend instead. Reviewed By: zonglinpeng Differential Revision: D74337713
6375850
to
b7ba593
Compare
This pull request was exported from Phabricator. Differential Revision: D74337713 |
…nv op instead of cpu op for shapes not supported by the TIE kernel. (pytorch#10770) Summary: Pull Request resolved: pytorch#10770 some quantized conv shape are not supported by the TIE operator, right now the tie op will fall back to CPU op. with this diff would fall back to use the operator from the hifi non-tie backend instead. Reviewed By: zonglinpeng Differential Revision: D74337713
This pull request was exported from Phabricator. Differential Revision: D74337713 |
b7ba593
to
2a4a73f
Compare
…nv op instead of cpu op for shapes not supported by the TIE kernel. Differential Revision: D74337713 Pull Request resolved: pytorch#10770
Summary: some quantized conv shape are not supported by the TIE operator, right now the tie op will fall back to CPU op. with this diff would fall back to use the operator from the hifi non-tie backend instead.
Differential Revision: D74337713