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 f60b08c9a4 [QoL][IR] Provide default constructor for
NameSupply/GlobalVarSupply (#17135)
add eeebcfa0ad [release] Update version to 0.17.0 on main branch
add 9a9386de08 [release] Update version to 0.18.dev0 on main branch
add b654852b15 [Bugfix] Allow import of TVM when current directory is
read-only (#17142)
No new revisions were added by this update.
Summary of changes:
conda/recipe/meta.yaml | 2 +-
include/tvm/runtime/c_runtime_api.h | 2 +-
python/tvm/_ffi/libinfo.py | 2 +-
python/tvm/contrib/pickle_memoize.py | 58 +++++++---
.../python/contrib/pickle_memoize_script.py | 34 +++---
tests/python/contrib/test_memoize.py | 126 +++++++++++++++++++++
version.py | 2 +-
web/package.json | 2 +-
8 files changed, 191 insertions(+), 37 deletions(-)
copy rust/tvm-graph-rt/tests/test_tvm_basic/src/build_test_lib.py =>
tests/python/contrib/pickle_memoize_script.py (61%)
create mode 100644 tests/python/contrib/test_memoize.py