This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from c890573 [FIX] Recover global state after test_util.py (#5824)
add 55e02af [Object] Introduce POD-C Compliant tvm::Map (#5740)
No new revisions were added by this update.
Summary of changes:
3rdparty/compiler-rt/builtin_fp16.h | 6 +-
CMakeLists.txt | 11 +
apps/android_deploy/app/src/main/jni/Android.mk | 1 -
apps/android_rpc/app/src/main/jni/Android.mk | 1 -
apps/howto_deploy/Makefile | 2 +-
cmake/config.cmake | 3 +
include/tvm/node/container.h | 1406 +++++++++++++++++++++--
include/tvm/runtime/container.h | 51 +-
include/tvm/runtime/object.h | 3 +
src/ir/expr.cc | 4 +-
src/ir/module.cc | 4 +-
src/node/container.cc | 58 +-
src/node/reflection.cc | 2 +-
src/node/serialization.cc | 224 +++-
src/runtime/object_internal.h | 10 +
src/tir/ir/transform.cc | 4 +-
src/tir/transforms/split_host_device.cc | 2 +-
tests/cpp/container_test.cc | 49 +-
18 files changed, 1611 insertions(+), 230 deletions(-)