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/tvm-ffi.git
from 5c9a4ad [TEST] Move script location to be consistent (#3)
add 011b105 [DOCS] Update docs to reflect the new repo (#4)
add af82dbb fix: Always specify `method_pyfunc.__name__` (#7)
add cc93373 refactor: Prefer `bytearray_to_str|bytes` to raw Python API
(#6)
add 5facac5 [DOCS] Add Contributing (#9)
add 240ea44 [DOCS] Add Guides for Compiler Integration (#10)
add 742b16e add documentation for tvm_ffi.cpp.load_inline (#12)
add 50ac434 [DOCS] Fix lint
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 4 +
CONTRIBUTING.md | 74 ++++++++++++++++
README.md | 2 +
docs/concepts/abi_overview.md | 4 +-
docs/conf.py | 4 +-
docs/get_started/install.md | 4 +-
docs/get_started/quick_start.md | 13 +--
docs/guides/compiler_integration.md | 140 ++++++++++++++++++++++++++++++
docs/guides/packaging.md | 6 +-
docs/guides/python_guide.md | 41 +++++++++
docs/index.rst | 1 +
docs/reference/python/{ => cpp}/index.rst | 49 +----------
docs/reference/python/index.rst | 9 ++
examples/inline_module/main.py | 6 +-
include/tvm/ffi/function.h | 13 +--
pyproject.toml | 6 +-
python/tvm_ffi/cpp/load_inline.py | 84 +++++++++++++-----
python/tvm_ffi/cython/base.pxi | 4 +
python/tvm_ffi/cython/dtype.pxi | 4 +-
python/tvm_ffi/cython/function.pxi | 22 ++---
python/tvm_ffi/cython/object.pxi | 2 +-
python/tvm_ffi/cython/string.pxi | 4 +-
src/ffi/extra/library_module.cc | 5 +-
tests/lint/check_asf_header.py | 2 +-
tests/python/test_load_inline.py | 18 ++--
25 files changed, 393 insertions(+), 128 deletions(-)
create mode 100644 CONTRIBUTING.md
create mode 100644 docs/guides/compiler_integration.md
copy docs/reference/python/{ => cpp}/index.rst (63%)