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 a7a0168be5 [FFI][REFACTOR] Establish tvm_ffi python module (#18226)
add 96772eba32 [FFI] Robustify the pyproject setup (#18233)
add ad9a20140c [LLVM][Fix] Do not emit debuginfo on vscale or other
unknown types (#18232)
No new revisions were added by this update.
Summary of changes:
ffi/CMakeLists.txt | 14 ++++++++
ffi/pyproject.toml | 33 ++++++++++++-------
ffi/python/tvm_ffi/cython/function.pxi | 4 +--
ffi/python/tvm_ffi/dtype.py | 40 +++++++++++++----------
ffi/scripts/run_tests.sh | 7 ++--
ffi/tests/python/test_error.py | 22 ++++++-------
include/tvm/runtime/data_type.h | 4 ++-
src/target/llvm/codegen_llvm.cc | 8 +++--
tests/python/codegen/test_target_codegen_riscv.py | 27 +++++++++++++++
9 files changed, 110 insertions(+), 49 deletions(-)