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.git
from 349df2bc26 [FFI][REFACTOR] Cleanup namespace (#18280)
add bfd7e467bd [FFI] Relax default alignment and continguous requirement
(#18282)
No new revisions were added by this update.
Summary of changes:
ffi/include/tvm/ffi/container/tensor.h | 22 ++++++++++++----
ffi/python/tvm_ffi/_convert.py | 4 +--
ffi/python/tvm_ffi/cython/function.pxi | 5 ++--
ffi/python/tvm_ffi/cython/tensor.pxi | 43 ++++++++++++++++----------------
python/tvm/runtime/_tensor.py | 10 +++++---
src/tir/ir/stmt.cc | 4 +--
src/tir/transforms/arg_binder.cc | 4 +--
src/tir/transforms/lower_match_buffer.cc | 4 +--
tests/python/relax/test_op_inspect.py | 2 +-
9 files changed, 54 insertions(+), 44 deletions(-)