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 76c7677  [LIBXSMM] Add libxsmm to tvm ci (#10179)
     add 4bd64b8  [microNPU] Use TF reference kernels for codegen tests where 
possible (#10762)
     add 7896108  [ARM] Fix NCHWc int8 dot product schedule lowering (#10773)
     add 6287357  [Arith] Remove diagnostic ctx argument from DetectIterMap 
(#10798)
     add 7579f55  Also strip prefix from TVM_LOG_DEBUG specs. (#10755)
     add ab8e7c8  [AutoScheduler] Supported CSE (variable definitions) in 
feature extraction (#10686)
     add 62e3d9d  [TIR] Properly initialize PRNG seed when copying schedule 
(#10806)

No new revisions were added by this update.

Summary of changes:
 include/tvm/arith/analyzer.h                       |  16 +-
 include/tvm/arith/iter_affine_map.h                |   7 +-
 include/tvm/support/random_engine.h                |   2 +-
 include/tvm/tir/schedule/schedule.h                |   2 +-
 python/tvm/relay/op/strategy/arm_cpu.py            |  16 +-
 python/tvm/topi/arm_cpu/conv2d_int8.py             |   3 +-
 python/tvm/topi/arm_cpu/tensor_intrin.py           |   2 +-
 src/arith/const_int_bound.cc                       |   2 +-
 src/arith/int_set.cc                               |   3 +-
 src/arith/iter_affine_map.cc                       | 164 +++++++--------------
 src/auto_scheduler/feature.cc                      |  90 +++++++----
 src/runtime/logging.cc                             |  27 ++--
 src/tir/ir/index_map.cc                            |   4 +-
 src/tir/schedule/analysis/analysis.cc              |   4 +-
 src/tir/schedule/analysis/layout.cc                |   3 +-
 src/tir/schedule/concrete_schedule.cc              |   3 +-
 src/tir/schedule/concrete_schedule.h               |   2 +-
 src/tir/schedule/primitive/blockize_tensorize.cc   |   3 +-
 src/tir/schedule/traced_schedule.cc                |   3 +-
 src/tir/schedule/traced_schedule.h                 |   2 +-
 tests/cpp/runtime/logging_test.cc                  |  11 +-
 tests/python/contrib/test_ethosu/infra.py          |  12 +-
 tests/python/topi/python/test_topi_conv2d_int8.py  |  97 ++++++------
 .../python/unittest/test_auto_scheduler_feature.py |  17 ++-
 .../unittest/test_meta_schedule_integration.py     |   4 +-
 .../python/unittest/test_tir_schedule_sampling.py  |  11 ++
 26 files changed, 264 insertions(+), 246 deletions(-)

Reply via email to