This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 8369adc Add dot product support for quantized convolution. (#6445)
add 889fac1 [Topi] Allow batch_matmul to broadcast along batch dimension.
(#6616)
No new revisions were added by this update.
Summary of changes:
include/tvm/topi/nn/batch_matmul.h | 67 ----------------------
python/tvm/relay/frontend/onnx.py | 9 ---
python/tvm/topi/nn/batch_matmul.py | 28 +++++----
python/tvm/topi/testing/batch_matmul.py | 7 ++-
python/tvm/topi/x86/batch_matmul.py | 10 ++--
src/relay/op/nn/nn.cc | 6 +-
src/topi/nn.cc | 6 --
tests/python/frontend/onnx/test_forward.py | 1 -
tests/python/topi/python/test_topi_batch_matmul.py | 21 ++++---
9 files changed, 43 insertions(+), 112 deletions(-)
delete mode 100644 include/tvm/topi/nn/batch_matmul.h