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 8a914e5892 [TIR] Fix trivial index map [] -> [0] (#18154)
     add 07478afb0c [Relax] Fix issue in fuse concat ops by pattern (#18163)
     add 20fb706553 [FFI][REFACTOR] Enable custom s_hash/equal (#18165)

No new revisions were added by this update.

Summary of changes:
 ffi/CMakeLists.txt                                 | 18 ++++--
 ffi/include/tvm/ffi/c_api.h                        | 25 +++++++-
 ffi/src/ffi/object.cc                              |  2 +
 ffi/src/ffi/reflection/structural_equal.cc         | 62 +++++++++++++++---
 ffi/src/ffi/reflection/structural_hash.cc          | 52 +++++++++++----
 ffi/tests/cpp/CMakeLists.txt                       |  6 ++
 .../test_reflection_structural_equal_hash.cc       | 28 ++++++++-
 ffi/tests/cpp/test_reflection_accessor.cc          |  1 +
 ffi/tests/cpp/testing_object.h                     | 57 ++++++++++++++++-
 src/relax/transform/fuse_ops.cc                    |  8 ++-
 .../relax/test_transform_fuse_ops_by_pattern.py    | 73 ++++++++++++++++++++++
 11 files changed, 302 insertions(+), 30 deletions(-)
 rename ffi/tests/cpp/{ => extra}/test_reflection_structural_equal_hash.cc (85%)

Reply via email to