[ONNX] QGemm support#13747
[ONNX] QGemm support#13747AndrewZhaoLuo merged 1 commit intoapache:mainfrom chengven027:add.onnx.QGemm
Conversation
|
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 by @-ing them in a comment.
Generated by tvm-bot |
|
Thanks for your review. I updated the comment. Please review again, Thanks. @KJlaccHoeUM9l |
|
@tvm-bot rerun |
|
Sorry, I will take a look tomorrow. |
|
|
||
| @classmethod | ||
| def _impl_v1(cls, inputs, attr, params): | ||
| # http://www.xavierdupre.fr/app/mlprodict/helpsphinx/onnxops/onnx_commicrosoft_QGemm.html |
There was a problem hiding this comment.
If you want to add a link to the documentation, it's better to point to the official documentation for ORT:
https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md#com.microsoft.QGemm
AndrewZhaoLuo
left a comment
There was a problem hiding this comment.
Please rebase to fix CI issues and point documentation to official repo.
Otherwise LGTM.
|
Done, Thanks,please review again. @AndrewZhaoLuo |
Co-authored-by: cheng.wen <wen.cheng@intellif.com>
Hi, TVM
I try to add a new onnx operator QGEMM.
Please help to review,thanks. @AndrewZhaoLuo