-
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
[BYOC][ACL] Support add operation #6532
Conversation
cbfcbe0
to
2cc9ebe
Compare
2cc9ebe
to
9574615
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. Please fix the CI errors.
Added support for an "add" operation implemented via ACL for fp32 and quantized uint8 data types
9574615
to
5733863
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.
Almost there :) just a couple of small things and a concern about a saturated test.
Could we also add support for add to the documentation here: https://github.com/apache/incubator-tvm/blob/master/docs/deploy/arm_compute_lib.rst
@d-smirnov would you address the comments from @lhutton1 or? |
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
Thanks @d-smirnov @lhutton1 |
* [BYOC][ACL] Support add operation Added support for an "add" operation implemented via ACL for fp32 and quantized uint8 data types * Addressed lhutton1 comments * linter
* [BYOC][ACL] Support add operation Added support for an "add" operation implemented via ACL for fp32 and quantized uint8 data types * Addressed lhutton1 comments * linter
* [BYOC][ACL] Support add operation Added support for an "add" operation implemented via ACL for fp32 and quantized uint8 data types * Addressed lhutton1 comments * linter
* [BYOC][ACL] Support add operation Added support for an "add" operation implemented via ACL for fp32 and quantized uint8 data types * Addressed lhutton1 comments * linter
* [BYOC][ACL] Support add operation Added support for an "add" operation implemented via ACL for fp32 and quantized uint8 data types * Addressed lhutton1 comments * linter
* [BYOC][ACL] Support add operation Added support for an "add" operation implemented via ACL for fp32 and quantized uint8 data types * Addressed lhutton1 comments * linter
Added support for an "add" operation implemented via ACL + unit test