This is an automated email from the ASF dual-hosted git repository. yaxingcai pushed a commit to branch aot_torch_c_dlpack in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
commit 1322e043de23507bf938ebb5492218afa84d714f Merge: 6fbbeab 789e9e5 Author: Yaxing Cai <[email protected]> AuthorDate: Mon Oct 27 13:46:25 2025 -0700 Merge commit '789e9e5ccf3fe590132d352671461922d30ba526' into aot_torch_c_dlpack .github/actions/detect-skip-ci/action.yaml | 2 +- .github/workflows/ci_test.yml | 18 +- .github/workflows/publish_wheel.yml | 8 +- .gitignore | 3 + .pre-commit-config.yaml | 11 +- docs/.rstcheck.cfg | 2 +- docs/conf.py | 9 +- docs/get_started/quickstart.rst | 17 +- docs/get_started/stable_c_abi.rst | 254 +++++++++++++++++++++ docs/guides/stable_c_abi.md | 81 ------- docs/index.rst | 2 +- examples/quickstart/CMakeLists.txt | 2 +- examples/quickstart/load/load_cpp.cc | 14 +- .../{quickstart => stable_c_abi}/CMakeLists.txt | 43 ++-- examples/stable_c_abi/README.md | 39 ++++ examples/stable_c_abi/raw_compile.sh | 46 ++++ examples/stable_c_abi/run_all.sh | 27 +++ examples/stable_c_abi/src/add_one_cpu.c | 56 +++++ examples/stable_c_abi/src/load.c | 120 ++++++++++ include/tvm/ffi/c_api.h | 2 +- include/tvm/ffi/function_details.h | 2 + pyproject.toml | 11 +- python/tvm_ffi/__init__.py | 9 +- python/tvm_ffi/module.py | 16 +- tests/lint/check_version.py | 218 +++++++++++++----- 25 files changed, 808 insertions(+), 204 deletions(-)
