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 5aa4dfd644 [BugFix] Fix NCCL build with GlobalDef registration (#18158)
     add d4e7bd3e19 [FFI][REFACTOR] Introduce TypeAttr in reflection (#18160)

No new revisions were added by this update.

Summary of changes:
 ffi/include/tvm/ffi/c_api.h                        | 41 ++++++++++--
 ffi/include/tvm/ffi/reflection/accessor.h          | 23 +++++++
 ffi/include/tvm/ffi/reflection/registry.h          | 68 ++++++++++++++++++-
 ffi/src/ffi/object.cc                              | 76 ++++++++++++++++++----
 ffi/src/ffi/reflection/structural_equal.cc         |  4 +-
 ffi/src/ffi/reflection/structural_hash.cc          |  4 +-
 ffi/tests/cpp/test_reflection_accessor.cc          |  5 ++
 ffi/tests/cpp/testing_object.h                     |  4 ++
 python/tvm/ffi/cython/base.pxi                     |  4 +-
 src/contrib/msc/core/ir/graph_builder.h            |  2 +-
 src/node/reflection.cc                             |  6 +-
 src/node/serialization.cc                          |  8 +--
 .../backend/contrib/codegen_json/codegen_json.h    |  2 +-
 src/script/printer/ir_docsifier.cc                 |  2 +-
 src/script/printer/relax/call.cc                   |  2 +-
 15 files changed, 213 insertions(+), 38 deletions(-)

Reply via email to