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 f6b75792c5 [TVMC] Fix logging in TVMC (#14175)
add 946581ab56 [TIR][Compute-at] Utilize InverseAffineIterMap for dom
estimation (#14184)
add f4520c4f15 [TVMC] Improve --desired-layouts functionality (#14272)
add 32e500b7f7 [LLVM] Add support to generate llvm.assume (#14294)
No new revisions were added by this update.
Summary of changes:
python/tvm/driver/tvmc/transform.py | 42 +++--
src/arith/iter_affine_map.cc | 3 +-
src/target/llvm/codegen_llvm.cc | 3 +
src/tir/schedule/primitive/compute_at.cc | 179 +++++++++++++++------
tests/python/driver/tvmc/test_transform.py | 86 +++++++++-
tests/python/unittest/test_target_codegen_llvm.py | 24 +++
.../unittest/test_tir_schedule_compute_at.py | 74 +++++++++
7 files changed, 349 insertions(+), 62 deletions(-)