This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from e883dcb Run AOT tests against reference system (#8744)
add eabae30 [Rust] Fix memory leak #2 (#8725)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/c_runtime_api.h | 8 ++
rust/tvm-macros/src/object.rs | 13 +--
rust/tvm-rt/src/array.rs | 13 +--
rust/tvm-rt/src/function.rs | 17 ++--
rust/tvm-rt/src/graph_rt.rs | 7 +-
rust/tvm-rt/src/lib.rs | 21 ++---
rust/tvm-rt/src/map.rs | 16 ++--
rust/tvm-rt/src/ndarray.rs | 15 ++++
rust/tvm-rt/src/object/mod.rs | 19 +++-
rust/tvm-rt/src/object/object_ptr.rs | 138 ++++++++++++++++++++++--------
rust/tvm-rt/src/to_function.rs | 125 ++++++++++++++++++---------
rust/tvm-sys/src/byte_array.rs | 99 +++++++++++++--------
rust/tvm-sys/src/packed_func.rs | 18 ++--
rust/tvm/examples/resnet/src/main.rs | 30 +++++--
rust/tvm/src/compiler/graph_rt.rs | 10 +--
rust/tvm/src/ir/module.rs | 14 +--
rust/tvm/tests/callback/src/bin/array.rs | 2 +-
rust/tvm/tests/callback/src/bin/error.rs | 2 +-
rust/tvm/tests/callback/src/bin/float.rs | 2 +-
rust/tvm/tests/callback/src/bin/int.rs | 2 +-
rust/tvm/tests/callback/src/bin/string.rs | 2 +-
src/runtime/object.cc | 8 ++
22 files changed, 389 insertions(+), 192 deletions(-)