This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from bb4179e Add pytest-xdist and pytest-profiling to the base
installation packages. (#6736)
add fc69f68 [FFI][BUGFIX] Fix memory leak when Pac callback argument is
NDArray (#6744)
No new revisions were added by this update.
Summary of changes:
jvm/native/src/main/native/org_apache_tvm_native_c_api.cc | 3 ++-
python/tvm/_ffi/_ctypes/packed_func.py | 4 +++-
python/tvm/_ffi/_cython/ndarray.pxi | 4 ++++
python/tvm/_ffi/_cython/packed_func.pxi | 1 +
rust/tvm-rt/src/to_function.rs | 2 ++
tests/python/unittest/test_runtime_packed_func.py | 12 ++++++++++++
web/src/runtime.ts | 1 +
7 files changed, 25 insertions(+), 2 deletions(-)