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 36fb02cfac [FFI][REFACTOR] Modularize refelection (#18147)
     add b4a6b7354d [FFI][REFACTOR] Phase out TVM_FFI_REGISTER_GLOBAL in favor 
of GlobalDef (#18148)

No new revisions were added by this update.

Summary of changes:
 docs/arch/device_target_interactions.rst         |  12 +-
 docs/arch/pass_infra.rst                         |   6 +-
 docs/arch/runtime.rst                            |  16 ++-
 ffi/include/tvm/ffi/function.h                   | 144 -----------------------
 include/tvm/runtime/profiling.h                  |   7 +-
 python/tvm/contrib/msc/plugin/codegen/sources.py |  12 ++
 python/tvm/relax/frontend/nn/op.py               |   2 +-
 python/tvm/runtime/_ffi_api.py                   |   3 +-
 python/tvm/runtime/_ffi_node_api.py              |   4 +-
 src/contrib/msc/plugin/tvm_codegen.cc            |   9 +-
 src/relax/op/op_common.h                         |   3 +-
 src/relax/op/tensor/binary.h                     |   3 +-
 src/relax/op/tensor/search.cc                    |   3 +-
 src/relax/op/tensor/statistical.h                |   3 +-
 src/runtime/device_api.cc                        |  16 ++-
 src/runtime/disco/nccl/nccl.cc                   |  99 +++++++---------
 src/script/ir_builder/tir/ir.cc                  | 110 +++++++++--------
 src/target/datatype/registry.h                   |   2 +-
 src/tir/op/op.cc                                 |  96 +++++++--------
 src/topi/broadcast.cc                            |  87 +++++++-------
 tests/python/contrib/test_hexagon/README_RPC.md  |  23 ++--
 21 files changed, 271 insertions(+), 389 deletions(-)

Reply via email to