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 f0bf057e42 [FFI][REFACTOR] Migrate StructuralEqual/Hash to new 
reflection (#18166)
     add 3b60f1c9b8 [Web] Fix incompatible part after FFI updates (#18168)
     add efee44804f [REFACTOR][FFI] Phase out SEqualReduce/SHashReduce (#18172)

No new revisions were added by this update.

Summary of changes:
 docs/arch/runtime.rst                              |   9 -
 ffi/include/tvm/ffi/object.h                       |   4 -
 ffi/tests/cpp/testing_object.h                     |   2 -
 include/tvm/arith/analyzer.h                       |   8 -
 include/tvm/arith/int_set.h                        |   2 +-
 include/tvm/arith/int_solver.h                     |  41 +-
 include/tvm/arith/iter_affine_map.h                |  35 +-
 include/tvm/ir/attrs.h                             |  37 +-
 include/tvm/ir/diagnostic.h                        |   9 -
 include/tvm/ir/env_func.h                          |  13 +-
 include/tvm/ir/expr.h                              |  46 +-
 include/tvm/ir/global_info.h                       |  19 +-
 include/tvm/ir/global_var_supply.h                 |   3 +-
 include/tvm/ir/module.h                            |   7 +-
 include/tvm/ir/name_supply.h                       |   2 -
 include/tvm/ir/op.h                                |  10 -
 include/tvm/ir/source_map.h                        |  31 --
 include/tvm/ir/transform.h                         |   4 +-
 include/tvm/ir/type.h                              |  44 +-
 include/tvm/node/reflection.h                      | 139 +----
 include/tvm/node/structural_equal.h                | 346 +-----------
 include/tvm/node/structural_hash.h                 | 184 +------
 include/tvm/relax/distributed/global_info.h        |  20 -
 include/tvm/relax/distributed/struct_info.h        |  36 --
 include/tvm/relax/expr.h                           | 197 +------
 include/tvm/relax/struct_info.h                    |  52 --
 include/tvm/relax/type.h                           |  23 -
 include/tvm/runtime/disco/cuda_ipc_memory.h        |   2 -
 include/tvm/target/target.h                        |   5 -
 include/tvm/tir/buffer.h                           |  35 +-
 include/tvm/tir/expr.h                             | 186 -------
 include/tvm/tir/function.h                         |  15 -
 include/tvm/tir/index_map.h                        |  12 -
 include/tvm/tir/stmt.h                             | 206 +------
 include/tvm/tir/var.h                              |  26 -
 src/contrib/msc/core/ir/graph.h                    | 100 +---
 src/contrib/msc/core/ir/plugin.h                   |  61 ---
 src/ir/module.cc                                   |  70 ---
 src/meta_schedule/module_equality.cc               |   6 +-
 src/node/ndarray_hash_equal.h                      |  59 ---
 src/node/reflection.cc                             |  19 -
 src/node/structural_equal.cc                       | 584 +-------------------
 src/node/structural_hash.cc                        | 590 +--------------------
 src/relax/ir/block_builder.cc                      |  10 +-
 src/relax/ir/expr.cc                               |  50 --
 src/target/target.cc                               |  13 -
 src/tir/transforms/extract_constants.cc            |  10 +-
 tests/python/ir/test_container_structural_equal.py |   5 -
 web/src/runtime.ts                                 |   8 +-
 49 files changed, 68 insertions(+), 3327 deletions(-)
 delete mode 100644 src/node/ndarray_hash_equal.h

Reply via email to