-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[Quant] Qlinear Add qint8 support backed by xnnpack #73672
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
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit de18e5b (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D34022360 |
21863a6 to
36c21dd
Compare
|
This pull request was exported from Phabricator. Differential Revision: D34022360 |
36c21dd to
33fec8c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D34022360 |
33fec8c to
adb8c38
Compare
|
This pull request was exported from Phabricator. Differential Revision: D34022360 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D34022360 |
adb8c38 to
9afa831
Compare
|
This pull request was exported from Phabricator. Differential Revision: D34022360 |
9afa831 to
233293f
Compare
Summary: Pull Request resolved: pytorch#73669 if built with USE_XNNPACK, support for quantized conv 1d, 2d w/ transpose and per_channel support for act dtype KQInt8 is added. For KQUInt8 act dtype qnnpack is used as before. Differential Revision: https://www.internalfb.com/diff/D34470379?entry_point=27 fbshipit-source-id: 7937f64315dffbfec36926074bf8d889bd32e05f
Summary: Pull Request resolved: pytorch#73672 If built w/ USE_XNNPACK, for qint8 dtype, qlinear is performed using xnnpack. For quint8 input dtype, use QNNPACK. Reviewed By: kimishpatel Differential Revision: D34022360 fbshipit-source-id: 41af3172c802fb078620165f10cfefcf7c947c73
|
This pull request was exported from Phabricator. Differential Revision: D34022360 |
233293f to
de18e5b
Compare
Summary: Pull Request resolved: #73672 If built w/ USE_XNNPACK, for qint8 dtype, qlinear is performed using xnnpack. For quint8 input dtype, use QNNPACK. Reviewed By: kimishpatel Differential Revision: D34022360 fbshipit-source-id: c597a670df16e3012e0f78b27184bf8b832e12d9
|
Hey @digantdesai. |
Summary: If built w/ USE_XNNPACK, for qint8 dtype, qlinear is performed using xnnpack. For quint8 input dtype, use QNNPACK.
Differential Revision: D34022360