This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 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 +-
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 +
...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 +-
17 files changed, 248 insertions(+), 316 deletions(-)