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/11/08 12:21:15 UTC

[GitHub] [tvm] vvchernov opened a new pull request, #13322: WIP: [QNN, ONNX] Extension of QLinearMatMul in ONNX front-end for all ranks of input tensors

vvchernov opened a new pull request, #13322:
URL: https://github.com/apache/tvm/pull/13322

   QLinearMatMul supports rank =2 only for both input tensors.
   It was extended using _qnn.op.dense and _qnn.op.batch_matmul for all ranks
   There are questions related to the following:
   1. Different types of input tensors (int8 and uint8)
   2. Output scaling factor and zero point. Just now it is x_scale*w_scale and 0, correspondingly.


-- 
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] masahi merged pull request #13322: [QNN, ONNX] Extension of QLinearMatMul in ONNX front-end for all ranks of input tensors

Posted by GitBox <gi...@apache.org>.
masahi merged PR #13322:
URL: https://github.com/apache/tvm/pull/13322


-- 
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] tvm-bot commented on pull request #13322: WIP: [QNN, ONNX] Extension of QLinearMatMul in ONNX front-end for all ranks of input tensors

Posted by GitBox <gi...@apache.org>.
tvm-bot commented on PR #13322:
URL: https://github.com/apache/tvm/pull/13322#issuecomment-1307124725

   <!---bot-comment-->
   
   Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @-ing them in a comment.
   
   <!--bot-comment-ccs-start-->
    * cc @KJlaccHoeUM9l, @ehsanmok <sub>See [#10317](https://github.com/apache/tvm/issues/10317) for details</sub><!--bot-comment-ccs-end-->
   
   <sub>Generated by [tvm-bot](https://github.com/apache/tvm/blob/main/ci/README.md#github-actions)</sub>


-- 
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