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 b04b1acf40 [Web] Compatibility with PagedKVCache in WebGPU (#16554)
add bb2adbfc4a Improve error message in NDArray::CopyFromTo (#16539)
add 3c5ee30630 [Relax] Support callback as argument (#16542)
add 685355e2c7 [Relax] Minor updates for NN frontend (#16558)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/relax_vm/bytecode.h | 28 +++++-
python/tvm/relax/frontend/nn/__init__.py | 1 +
python/tvm/relax/frontend/nn/op.py | 3 +
src/relax/backend/vm/exec_builder.cc | 20 +++-
src/runtime/library_module.cc | 12 ++-
src/runtime/ndarray.cc | 2 +-
src/runtime/relax_vm/bytecode.cc | 11 +++
src/runtime/relax_vm/executable.cc | 8 ++
src/runtime/relax_vm/vm.cc | 39 +++++---
tests/python/relax/test_frontend_nn_op.py | 50 ++++++++--
tests/python/relax/test_vm_callback_function.py | 124 ++++++++++++++++++++++++
11 files changed, 268 insertions(+), 30 deletions(-)
create mode 100644 tests/python/relax/test_vm_callback_function.py