This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 1e793641d8 [TIR] Added unit test for dynamic parameter in layout
transform (#13298)
add 732e34fe3d [TIR] Preserve loop annotation after loop partitioning
(#13292)
add b51c491c00 [FIX] Handle matmul where one inner dimension is unknown
(#13287)
add f2a740331f [DOCS][TVMC] Use correct argument to reuse tuning records
(#13302)
No new revisions were added by this update.
Summary of changes:
gallery/tutorial/tvmc_python.py | 4 +-
include/tvm/relay/attrs/nn.h | 6 +-
python/tvm/topi/nn/dense.py | 4 +-
src/relay/op/nn/nn.h | 37 ++++--
src/tir/transforms/loop_partition.cc | 6 +-
tests/python/relay/test_op_level1.py | 8 ++
.../unittest/test_tir_transform_loop_partition.py | 128 ++++++++++++++++++---
7 files changed, 161 insertions(+), 32 deletions(-)