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 b0b8d3eda0 [MeteSchedule] Bugfix: Add checks for nullable `run_secs`
(#13790)
add 49c92d9351 [TIR][Fix] Buffer slicing using index dtype as extent
(#13788)
add a530df8c8f [TIR][Fix] IndexDataTypeNormalizer not unwrapping float
casting (#13789)
add 38a9abb46c [TIR] Fix cache_write bug with allocate const node (#13792)
add 1acb907346 [FIX] Fix Typos in Docs and Comments (#13793)
add 125886350a [TOPI] Fix tuple unpack in conv2d NCHWc int8 (#13761)
No new revisions were added by this update.
Summary of changes:
docs/dev/how_to/debugging_tvm.rst | 2 +-
gallery/tutorial/autotvm_relay_x86.py | 2 +-
gallery/tutorial/tvmc_command_line_driver.py | 2 +-
include/tvm/relay/expr.h | 2 +-
python/tvm/tir/buffer.py | 8 ++-
python/tvm/topi/nn/conv2d.py | 6 +-
src/tir/ir/data_type_rewriter.cc | 5 +-
src/tir/schedule/primitive/cache_read_write.cc | 8 ++-
tests/python/unittest/test_te_create_primfunc.py | 66 ++++++++++++++++++++
.../unittest/test_tir_schedule_cache_read_write.py | 71 ++++++++++++++++++++++
tests/python/unittest/test_tvmscript_regression.py | 19 ++++--
11 files changed, 175 insertions(+), 16 deletions(-)