You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by wu...@apache.org on 2022/08/22 17:02:58 UTC

[tvm] branch main updated (40fd43e24b -> 3f56851264)

This is an automated email from the ASF dual-hosted git repository.

wuwei pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 40fd43e24b [MicroTVM] expose project options in autotuning (#12479)
     add 3f56851264 [TIR][Schedule] Support for specific consumer block targeting in cache_read (#12505)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/schedule/schedule.h                |  4 +-
 python/tvm/tir/schedule/schedule.py                | 17 +++++-
 src/tir/schedule/concrete_schedule.cc              | 11 +++-
 src/tir/schedule/concrete_schedule.h               |  4 +-
 src/tir/schedule/primitive.h                       |  3 +-
 src/tir/schedule/primitive/cache_read_write.cc     | 61 ++++++++++++++++------
 src/tir/schedule/trace.cc                          |  3 ++
 src/tir/schedule/traced_schedule.cc                |  8 +--
 src/tir/schedule/traced_schedule.h                 |  4 +-
 .../unittest/test_tir_schedule_cache_read_write.py | 42 +++++++++++++++
 10 files changed, 127 insertions(+), 30 deletions(-)