-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[microNPU] Add support for requantize #9910
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good!.
One question and a request to add a further test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nits, but otherwise looks good! :)
057e998
to
4a151cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! :)
Adds support for stand-alone requantize operation which is legalized to an identity operation on the NPU. Change-Id: Ie2450c5fc72f405eddf517593236074aa4716c3b
Since requantize is now offloaded, concatenate tests were failing due a reference not being used. Change-Id: I44b26b5daecfefb776ca19e6646f3690f5570f52
Change-Id: I60a3283461a7a7083c05289e84f570698388077b
Change-Id: I7196a0fa468eb7c6a96f2b8a68f3a2dcf5a5693c
Failure in
Retriggering. |
* [microNPU] Add support for requantize Adds support for stand-alone requantize operation which is legalized to an identity operation on the NPU. Change-Id: Ie2450c5fc72f405eddf517593236074aa4716c3b * fix concatenate tests failing due to not being bit exact Since requantize is now offloaded, concatenate tests were failing due a reference not being used. Change-Id: I44b26b5daecfefb776ca19e6646f3690f5570f52 * test multiple requantize offload Change-Id: I60a3283461a7a7083c05289e84f570698388077b * address comments Change-Id: I7196a0fa468eb7c6a96f2b8a68f3a2dcf5a5693c
* [microNPU] Add support for requantize Adds support for stand-alone requantize operation which is legalized to an identity operation on the NPU. Change-Id: Ie2450c5fc72f405eddf517593236074aa4716c3b * fix concatenate tests failing due to not being bit exact Since requantize is now offloaded, concatenate tests were failing due a reference not being used. Change-Id: I44b26b5daecfefb776ca19e6646f3690f5570f52 * test multiple requantize offload Change-Id: I60a3283461a7a7083c05289e84f570698388077b * address comments Change-Id: I7196a0fa468eb7c6a96f2b8a68f3a2dcf5a5693c
Adds support for stand-alone requantize operation which is legalized to an identity operation on the NPU.
cc @manupa-arm @mbaret @ekalda @NicolaLancellotti @dchauhan-arm @jacobbohlin