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 7a50c36f1c [Codegen] Add shuffle for cuda and metal (#15998)
add bd3e8bb9cf [Runtime] Introduce `TVM_MODULE_VTABLE` Macros (#16030)
add c3ce474dc1 [Pylint] fix pylint issues for thrust&tflite_runtime&util
(#16023)
add 043f147328 [Codegen][Metal] Disable cross-function call in Metal
codegen (#16033)
add 4b29f25613 [TVMScript] Fix mismatched dtype of IterVar in
`T.thread_binding` (#16041)
No new revisions were added by this update.
Summary of changes:
.github/workflows/main.yml | 3 +-
include/tvm/runtime/packed_func.h | 80 +++++++++++++++++++
include/tvm/runtime/vm/executable.h | 39 ++++++----
src/runtime/vm/executable.cc | 81 +++-----------------
src/script/ir_builder/tir/ir.cc | 9 ++-
src/target/source/codegen_metal.cc | 89 +++++++++++++---------
src/target/source/codegen_metal.h | 3 +-
src/tir/transforms/lower_cross_thread_reduction.cc | 2 +-
tests/lint/pylint.sh | 3 +
tests/python/contrib/test_tflite_runtime.py | 18 +++--
tests/python/contrib/test_thrust.py | 6 +-
tests/python/contrib/test_util.py | 4 +-
tests/python/unittest/test_target_codegen_metal.py | 23 ++++++
tests/python/unittest/test_tvmscript_parser_tir.py | 15 ++++
14 files changed, 238 insertions(+), 137 deletions(-)