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 3fd9bac4e0 [TIR] Fix get_block_access_region for let bindings (#16553)
add a6d644b4c3 [Build] Improving debug and build-dir options (#16524)
add 32f83d581c [Runtime] Add "TVM_DLL" to NDArray cache load func (#16541)
add bf4394762a [Unity][TVMScript] Optionally hide StructInfo that can be
inferred (#16356)
add b04b1acf40 [Web] Compatibility with PagedKVCache in WebGPU (#16554)
No new revisions were added by this update.
Summary of changes:
docker/bash.sh | 9 ++++
include/tvm/node/script_printer.h | 35 ++++++++++++
.../tvm/runtime/relax_vm/ndarray_cache_support.h | 4 +-
python/tvm/runtime/script_printer.py | 24 +++++++--
src/node/script_printer.cc | 3 ++
src/runtime/relax_vm/lm_support.cc | 40 +++++++-------
src/script/printer/relax/binding.cc | 5 +-
src/script/printer/relax/utils.h | 39 ++++++++++++++
src/target/source/codegen_webgpu.cc | 29 +++++++---
src/target/source/codegen_webgpu.h | 1 +
src/tir/transforms/storage_rewrite.cc | 5 +-
tests/python/relax/test_tvmscript_printer_relax.py | 49 +++++++++++++++++
tests/python/tvmscript/test_tvmscript_roundtrip.py | 42 ++++++++++++++-
tests/scripts/task_build.py | 6 ++-
web/emcc/wasm_runtime.cc | 1 +
web/src/webgpu.ts | 63 ++++++++++++++--------
16 files changed, 295 insertions(+), 60 deletions(-)