anwang2009 commented on issue #8838: URL: https://github.com/apache/tvm/issues/8838#issuecomment-918628068
@WenheLI for `MatMulInteger` because it's an onnx native op you can simply remove this line https://github.com/apache/tvm/blob/main/tests/python/frontend/onnx/test_forward.py#L4761 to enable the ONNX test for `MatMulInteger` by default. You can run the enabled test with `pytest tests/python/frontend/onnx/test_forward.py::test_onnx_nodes -k test_matmulinteger` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
