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 46fb2ff35f Hexagon compilation on MacOS system (#14308)
     add 0c2dd47286 [CI] Update GPU image for CUDA 11.7  (#14363)
     add c7970ddd79 [TensorIR] New schedule primitive `set_dtype` (#14316)
     add 91428158f2 [microTVM]Add MLPerfTiny test harness  (#14309)
     add 10a12bacb8 [CI][EZ] Upgrade CI Lint Image (#14373)

No new revisions were added by this update.

Summary of changes:
 3rdparty/mlperftiny/api/submitter_implemented.h    |   2 +-
 ci/jenkins/docker-images.ini                       |   4 +-
 include/tvm/tir/schedule/schedule.h                |  12 +-
 python/tvm/tir/schedule/schedule.py                |  79 ++++++++++++-
 src/target/target_kind.cc                          |   8 +-
 src/tir/schedule/concrete_schedule.cc              |   8 ++
 src/tir/schedule/concrete_schedule.h               |   1 +
 src/tir/schedule/primitive.h                       |  12 ++
 src/tir/schedule/primitive/block_annotate.cc       | 117 +++++++++++++++++++
 src/tir/schedule/schedule.cc                       |   2 +
 src/tir/schedule/traced_schedule.cc                |  11 ++
 src/tir/schedule/traced_schedule.h                 |   1 +
 src/tir/schedule/transform.cc                      |  10 ++
 src/tir/schedule/transform.h                       |  12 +-
 tests/micro/common/test_mlperftiny.py              | 130 ++++++++++++++++++++-
 tests/python/frontend/tensorflow/test_forward.py   |  12 +-
 ...set_scope.py => test_tir_schedule_set_dtype.py} |  80 ++++++-------
 tests/scripts/request_hook/request_hook.py         |   1 +
 18 files changed, 440 insertions(+), 62 deletions(-)
 copy tests/python/unittest/{test_tir_schedule_set_scope.py => 
test_tir_schedule_set_dtype.py} (59%)

Reply via email to