[QNN] Add per-channel quantization to add/subtract/multiply#10718
Merged
AndrewZhaoLuo merged 10 commits intoapache:mainfrom Apr 5, 2022
Merged
[QNN] Add per-channel quantization to add/subtract/multiply#10718AndrewZhaoLuo merged 10 commits intoapache:mainfrom
AndrewZhaoLuo merged 10 commits intoapache:mainfrom
Conversation
Contributor
Author
|
@AndrewZhaoLuo @anwang2009 @mbrookhart please review |
anwang2009
approved these changes
Mar 23, 2022
Contributor
anwang2009
left a comment
There was a problem hiding this comment.
just some nits, LGTM!
Contributor
AndrewZhaoLuo
left a comment
There was a problem hiding this comment.
Will read a bit more deeply tomorrow
AndrewZhaoLuo
approved these changes
Mar 29, 2022
Contributor
AndrewZhaoLuo
left a comment
There was a problem hiding this comment.
LGTM, please take a look at the failing tests.
e3d2b35 to
89910c6
Compare
Contributor
|
@sfvaroglu what's the status of this PR? |
Contributor
Author
|
I'm trying to fix the failing test. I couldn't reproduce locally (no arm-cpu), so it's going slow. |
8d86cd3 to
dda96a3
Compare
Contributor
Author
|
@AndrewZhaoLuo This PR is ready to go. |
Contributor
|
LGTM, thanks for this @sfvaroglu B) |
pfk-beta
pushed a commit
to pfk-beta/tvm
that referenced
this pull request
Apr 11, 2022
…0718) * Add per-channel quantization to QNN add/subtract/multiply * Add feedback * Add feedback - round 2 * Fix for arm test * Add params to the test * Try again * Try int * Move lhs_axis and rhs_axis * Add as an attribute * Add quotes
mehrdadh
pushed a commit
to mehrdadh/tvm
that referenced
this pull request
Apr 11, 2022
…0718) * Add per-channel quantization to QNN add/subtract/multiply * Add feedback * Add feedback - round 2 * Fix for arm test * Add params to the test * Try again * Try int * Move lhs_axis and rhs_axis * Add as an attribute * Add quotes
Lucien0
pushed a commit
to Lucien0/tvm
that referenced
this pull request
Apr 19, 2022
…0718) * Add per-channel quantization to QNN add/subtract/multiply * Add feedback * Add feedback - round 2 * Fix for arm test * Add params to the test * Try again * Try int * Move lhs_axis and rhs_axis * Add as an attribute * Add quotes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for per-channel quantization for broadcast ops (add/subtract/multiply).