You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2023/04/16 05:02:53 UTC

[tvm] branch nightly updated (62f9b1d29a -> a6f6f11000)

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 62f9b1d29a [Tensorflow] Fix conv2d_transpose for NHWC layout (#14546)
     add e3638e772d [TensorIR][Doc] Docstring of `reorder_block_iter_var` (#14504)
     add a6f6f11000 [TensorIR][Bugfix] `reindex_cache_write` do not mutate init statement (#14626)

No new revisions were added by this update.

Summary of changes:
 python/tvm/tir/schedule/schedule.py                | 51 ++++++++++++
 src/tir/schedule/primitive/cache_read_write.cc     |  2 -
 .../unittest/test_tir_schedule_cache_read_write.py | 91 ++++++++++++++++++++++
 3 files changed, 142 insertions(+), 2 deletions(-)