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-ffi.git
from b64b46f [BUILD] Enable free threaded python build (#98)
add a153647 [CYTHON] Expose API to construct Function from extern c (#99)
No new revisions were added by this update.
Summary of changes:
python/tvm_ffi/core.pyi | 22 +++++++++++++++++
python/tvm_ffi/cython/base.pxi | 2 +-
python/tvm_ffi/cython/function.pxi | 49 ++++++++++++++++++++++++++++++++++++++
src/ffi/extra/testing.cc | 14 ++++++++++-
tests/python/test_function.py | 20 ++++++++++++++++
5 files changed, 105 insertions(+), 2 deletions(-)