You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/13 17:39:52 UTC

[GitHub] [tvm] joshherr-quic opened a new pull request, #11693: [Hexagon] Enable int8 vlut codegen for Relay take (LUT) operator

joshherr-quic opened a new pull request, #11693:
URL: https://github.com/apache/tvm/pull/11693

   This code is part of the effort by Qualcomm to provide operators. These changes enable several int8 elementwise operators to use Hexagon's vlut instruction. This is via the relay take operator which is essentially a lookup table. The code recognizes when a tensor is used to index into another tensor. If conditions are met, 8 bit vlut instructions are generated.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] kparzysz-quic merged pull request #11693: [Hexagon] Enable int8 vlut codegen for Relay take (LUT) operator

Posted by GitBox <gi...@apache.org>.
kparzysz-quic merged PR #11693:
URL: https://github.com/apache/tvm/pull/11693


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] joshherr-quic commented on pull request #11693: [Hexagon] Enable int8 vlut codegen for Relay take (LUT) operator

Posted by GitBox <gi...@apache.org>.
joshherr-quic commented on PR #11693:
URL: https://github.com/apache/tvm/pull/11693#issuecomment-1172576558

   @kparzysz-quic ping


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org