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 a187a79157 [TEST] Move temp files into tempdir (#18058)
     add 0f5bb200f1 [FFI][REFACTOR] Enhance reflection (#18059)

No new revisions were added by this update.

Summary of changes:
 ffi/include/tvm/ffi/c_api.h                 | 100 ++++++++---
 ffi/include/tvm/ffi/function.h              |   8 +-
 ffi/include/tvm/ffi/object.h                |   8 +-
 ffi/include/tvm/ffi/reflection/reflection.h | 265 +++++++++++++++++++++++++---
 ffi/include/tvm/ffi/string.h                |   2 -
 ffi/include/tvm/ffi/type_traits.h           |  18 +-
 ffi/src/ffi/object.cc                       |  48 ++++-
 ffi/tests/cpp/test_any.cc                   |   3 +
 ffi/tests/cpp/test_array.cc                 |   1 +
 ffi/tests/cpp/test_reflection.cc            |  89 +++++++++-
 ffi/tests/cpp/test_tuple.cc                 |   1 +
 ffi/tests/cpp/test_variant.cc               |   1 +
 ffi/tests/cpp/testing_object.h              |  10 +-
 13 files changed, 475 insertions(+), 79 deletions(-)

Reply via email to