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 21361a63aa [CMSIS-NN] Update CMSIS-NN release to v4.1.0 (#15059)
add 6c6ad6c43a [AOT] Remove duplication in tvm.testing.aot.compile_models
(#15032)
add 70532b87d1 [COMMUNITY] Aleksei-grovety -> Reviewer (#15086)
add 68ac909713 [CodeGenC] Use PrimFuncNode::ret_type in function signature
(#15073)
add 02dc191e86 [ARITH] Improve arith simplify to handle symbolic reshape
pattern (#15081)
No new revisions were added by this update.
Summary of changes:
CONTRIBUTORS.md | 1 +
python/tvm/testing/aot.py | 83 ++++++++--------------
src/arith/iter_affine_map.cc | 11 ++-
src/target/source/codegen_c.cc | 10 ++-
src/target/source/codegen_c.h | 7 +-
src/target/source/codegen_c_host.cc | 15 ++--
src/target/source/codegen_c_host.h | 5 +-
src/target/source/codegen_cuda.cc | 2 +-
src/target/source/codegen_opencl.cc | 2 +-
src/target/source/codegen_vhls.cc | 2 +-
.../python/unittest/test_arith_iter_affine_map.py | 41 +++++++----
11 files changed, 95 insertions(+), 84 deletions(-)