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 2860a50ff9 [Hexagon] Fix RPC session close by adding shutdown 
PackedFunc (#12960)
     add d023ef47fc [TIR, MetaSchedule] Preserve unit block iters for 
auto-tensorization (#12974)
     add 59b945742d [FIX,AUTOSCHEDULER,METASCHEDULE] Handle negative extents in 
featurization (#12990)
     add 3d5e440fff [ci] Disable flaky ethosu + roofline tests (#12956)

No new revisions were added by this update.

Summary of changes:
 python/tvm/auto_scheduler/feature.py               |   8 +-
 python/tvm/testing/utils.py                        |  22 +-
 src/auto_scheduler/feature.cc                      |   7 +-
 .../feature_extractor/per_store_feature.cc         |   4 +-
 src/tir/ir/stmt.cc                                 |   2 +-
 src/tir/schedule/analysis.h                        |  12 +
 src/tir/schedule/analysis/analysis.cc              |   9 +
 src/tir/schedule/ir_comparator.cc                  |   4 +-
 src/tir/schedule/primitive/cache_read_write.cc     |  23 +-
 .../schedule/primitive/layout_transformation.cc    |  48 +--
 src/tir/schedule/transform.cc                      |  25 +-
 src/tir/schedule/transform.h                       |   9 +-
 tests/python/contrib/test_ethosu/test_codegen.py   |   2 +-
 .../test_ethosu/test_replace_depthwise_conv2d.py   |   5 +-
 .../python/unittest/test_auto_scheduler_feature.py |  11 +
 ...schedule_feature_extractor_per_store_feature.py |  16 +
 .../test_meta_schedule_schedule_rule_mlt_tc.py     | 356 +++++++++++----------
 tests/python/unittest/test_roofline.py             |   1 +
 .../python/unittest/test_tir_schedule_analysis.py  |   5 +-
 tests/python/unittest/test_tir_schedule_reindex.py |  90 +++++-
 .../unittest/test_tir_schedule_transform_layout.py |  73 ++++-
 21 files changed, 471 insertions(+), 261 deletions(-)

Reply via email to