This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch refactor-s2
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from fac8335602 Fix up remaining items
     new dabd53e4c4 [FFI] Use stl style get for Variant/Tuple
     new 250cc30d11 Update to reflect latest variant api
     new db39ea3538 [FFI] Unify notable object cell naming

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ffi/include/tvm/ffi/c_api.h                  | 20 ++++++++---------
 ffi/include/tvm/ffi/container/shape.h        |  2 +-
 ffi/include/tvm/ffi/container/tuple.h        |  5 ++++-
 ffi/include/tvm/ffi/container/variant.h      |  4 ++--
 ffi/include/tvm/ffi/error.h                  |  2 +-
 ffi/tests/cpp/test_tuple.cc                  | 32 ++++++++++++++--------------
 ffi/tests/cpp/test_variant.cc                | 16 +++++++-------
 python/tvm/ffi/cython/base.pxi               |  8 +++----
 python/tvm/ffi/cython/error.pxi              |  6 +++---
 python/tvm/ffi/cython/ndarray.pxi            |  2 +-
 src/support/ffi_testing.cc                   |  2 +-
 src/tir/schedule/primitive/block_annotate.cc |  2 +-
 src/tir/transforms/compact_buffer_region.cc  |  6 +++---
 src/tir/transforms/ir_utils.cc               |  4 ++--
 14 files changed, 57 insertions(+), 54 deletions(-)

Reply via email to