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 6a3fadc065 [Unity][Transform] Handle `call_tir_inplace` in `FuseTIR`
and `FuseOps` (#16487)
add 2dcf9ec5a6 [Keras] Enable Dense operator for any input dims (#16526)
add 268d15c987 [CI] Fix CI Script and Broken Tests (#16521)
No new revisions were added by this update.
Summary of changes:
python/tvm/__init__.py | 6 +
python/tvm/contrib/debugger/debug_executor.py | 4 +-
python/tvm/meta_schedule/utils.py | 10 +-
python/tvm/relay/frontend/keras.py | 14 +-
src/arith/iter_affine_map.cc | 9 +
src/tir/ir/tir_visitor_with_path.cc | 10 ++
src/tir/transforms/lower_tvm_builtin.cc | 19 ++-
tests/python/codegen/test_target_codegen_cuda.py | 2 +
tests/python/frontend/keras/test_forward.py | 10 ++
...meta_schedule_mma_m16n8k8_auto_tensorization.py | 158 +++++------------
...est_meta_schedule_postproc_rewrite_tensorize.py | 2 +-
.../test_meta_schedule_schedule_rule_mlt_tc.py | 126 +++++++-------
.../test_meta_schedule_trace_apply.py | 190 +++++++++------------
tests/python/runtime/test_runtime_trace.py | 8 +-
tests/python/te/test_te_create_primfunc.py | 8 +-
.../test_tir_analysis_verify_well_formed.py | 3 +-
tests/python/tir-base/test_debug_info.py | 6 +-
.../tir-schedule/test_tir_schedule_rfactor.py | 1 +
tests/scripts/task_python_unittest.sh | 2 +-
19 files changed, 266 insertions(+), 322 deletions(-)