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 b77d659c9a [microNPU][ETHOSU] Fix concatenation with reused buffers
(#15428)
add bab295e409 [ROCm] Fix some ROCm codegen bugs (#15454)
add 1b7175b52a [TVMScript] Support starred indices in for-loop (#15442)
No new revisions were added by this update.
Summary of changes:
python/tvm/script/ir_builder/tir/ir.py | 3 ++
python/tvm/script/parser/core/parser.py | 2 +
python/tvm/script/parser/tir/parser.py | 4 +-
src/runtime/rocm/rocm_module.cc | 4 +-
src/target/llvm/codegen_llvm.cc | 4 +-
src/tir/transforms/lower_thread_allreduce.cc | 2 +-
.../python/unittest/test_tvmscript_error_report.py | 8 +--
tests/python/unittest/test_tvmscript_parser_tir.py | 62 ++++++++++++++++++++++
8 files changed, 79 insertions(+), 10 deletions(-)