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 94e83f27cc [Unity][VM] Recursively visit match bindings in
VMShapeLowerMutator (#16583)
add f0c28a0791 [RUNTIME][METAL] Fix multithreading access of metal runtime
(#16605)
add 36ebcd0a87 [Relax][Transform] Canonicalize `let var = R.const`
bindings (#16601)
add 1e6482c808 [Relax] Expose name_hint field for BlockBuilder.match_cast
(#16600)
add dd709412eb [Unity][TVMScript] Parse R.Object return type from
call_pure_packed (#16593)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/block_builder.py | 12 +++-
python/tvm/relax/op/base.py | 13 +++++
python/tvm/script/ir_builder/relax/ir.py | 16 +++---
src/relax/ir/block_builder.cc | 4 +-
src/relax/transform/canonicalize_bindings.cc | 13 +++++
src/runtime/metal/metal_common.h | 25 +++++---
src/runtime/metal/metal_device_api.mm | 40 ++++---------
src/runtime/metal/metal_module.mm | 9 ++-
tests/python/relax/test_blockbuilder_core.py | 3 +-
.../relax/test_transform_canonicalize_bindings.py | 67 ++++++++++++----------
.../relax/test_transform_convert_dataflow.py | 2 +-
tests/python/relax/test_tvmscript_parser.py | 14 +++++
12 files changed, 132 insertions(+), 86 deletions(-)