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 865f34e [MetaSchedule] Enable AutoTVM-style template-based search
space (#10461)
add 6ad7638 [MetaSchedule] update misc parts (#10444)
add 0f2392c [Arith] Handle mod/floormod in modular set analysis (#10453)
add d1046f5 Correctly enable architecture extensions in CMSIS-NN Zephyr
Demo (#10458)
add 4ae142f [Minor][Build] Fix compiler warnings hidden overloaded
virtual function (#10485)
No new revisions were added by this update.
Summary of changes:
apps/microtvm/zephyr_cmsisnn/CMakeLists.txt | 6 +-
apps/microtvm/zephyr_cmsisnn/prj.conf | 4 +-
apps/microtvm/zephyr_cmsisnn/src/main.c | 3 +-
src/arith/modular_set.cc | 39 ++++++---
.../feature_extractor/per_store_feature.cc | 2 +-
.../measure_callback/update_cost_model.cc | 15 +++-
src/relay/backend/vm/manifest_lifetimes.cc | 2 +
src/tir/transforms/renormalize_split_pattern.cc | 2 +
tests/python/unittest/test_arith_modular_set.py | 27 +++++++
tests/python/unittest/test_tir_schedule_rfactor.py | 94 ++++++++++++++++++++++
10 files changed, 174 insertions(+), 20 deletions(-)