AndrewZhaoLuo commented on a change in pull request #8952:
URL: https://github.com/apache/tvm/pull/8952#discussion_r724400882
##########
File path: tests/python/frontend/onnx/test_forward.py
##########
@@ -4941,7 +4941,6 @@ def verify_eyelike(indata):
"test_mvn",
# This test fails llvm with a lowering error:
"test_nllloss_NCd1d2d3_none_no_weight_negative_ii_expanded",
- "test_qlinearmatmul_2D",
"test_qlinearmatmul_3D",
Review comment:
Yeah NP, 2d is fine for now, the normal MatMul gets around this
situation via use of batch_matmul and some reshape ops. See
https://github.com/apache/tvm/blob/2dae30372c6ef1b148f545ede4952dc498ecb13f/python/tvm/relay/frontend/onnx.py#L828
--
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]