-
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
[ONNX] QGemm support #13747
[ONNX] QGemm support #13747
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. |
python/tvm/relay/frontend/onnx.py
Outdated
|
||
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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.
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