This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 95d769e738 [Relay][Pytorch] Add support for `aten::bitwise_and`
(#16105)
add 5f5d90a3f5 [TOPI] Enhance `topi.nn.matmul` (#16052)
add 468bf2da79 [TIR][Transform] Introduce new `InjectPermutedLayout` pass
(#16070)
No new revisions were added by this update.
Summary of changes:
python/tvm/topi/nn/dense.py | 125 ++++---
src/tir/transforms/inject_permuted_layout.cc | 401 +++++++++++----------
tests/python/topi/python/test_topi_matmul.py | 61 +++-
.../test_tir_transform_inject_permuted_layout.py | 351 ++++++++++++++++++
4 files changed, 693 insertions(+), 245 deletions(-)
create mode 100644
tests/python/unittest/test_tir_transform_inject_permuted_layout.py