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 216e9e99c1 [FFI] AudoDLPack compatible with torch stream context
(#18217)
add 27d13db9a4 [FFI][REFACTOR] Cleanup API locations (#18218)
add 8fbc7722a4 [Fix] Resolve deadlock in PopenPoolExecutor and
LocalBuilder (#18219)
No new revisions were added by this update.
Summary of changes:
apps/android_rpc/app/src/main/jni/tvm_runtime.h | 2 +-
ffi/CMakeLists.txt | 3 +-
ffi/include/tvm/ffi/c_api.h | 371 +++++++++++-----------
ffi/include/tvm/ffi/extra/c_env_api.h | 25 +-
ffi/src/ffi/extra/env_c_api.cc | 148 +++++++++
ffi/src/ffi/extra/library_module.cc | 2 +-
ffi/src/ffi/extra/library_module_system_lib.cc | 2 +-
ffi/src/ffi/extra/module.cc | 4 +-
ffi/src/ffi/extra/module_internal.h | 2 +-
ffi/src/ffi/{ => extra}/testing.cc | 1 +
ffi/src/ffi/function.cc | 119 -------
include/tvm/runtime/c_backend_api.h | 2 +-
python/tvm/contrib/popen_pool.py | 31 +-
python/tvm/ffi/cython/base.pxi | 12 +-
python/tvm/ffi/cython/function.pxi | 1 -
python/tvm/meta_schedule/builder/local_builder.py | 4 +-
src/runtime/device_api.cc | 2 +-
src/runtime/module.cc | 2 +-
src/support/errno_handling.h | 1 +
src/target/codegen.cc | 6 +-
src/target/llvm/codegen_blob.cc | 4 +-
src/target/llvm/codegen_cpu.cc | 4 +-
web/emcc/wasm_runtime.cc | 2 +-
23 files changed, 405 insertions(+), 345 deletions(-)
create mode 100644 ffi/src/ffi/extra/env_c_api.cc
rename ffi/src/ffi/{ => extra}/testing.cc (98%)