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 437d00afcd [Relax][ONNX] Update Reduce ops to support axes as input
(#18090)
add bcfd0afb5f [FFI] Provide Field Visit bridge so we can do gradual
transition (#18091)
add a8420043cf [BugFix] Fix exception when tvm not built with llvm support
(#18087)
add bf752dc403 [Fix] Fix ExecBuilderDeclareFunction method name in
exec_builder.py (#18092)
No new revisions were added by this update.
Summary of changes:
ffi/include/tvm/ffi/reflection/reflection.h | 30 ++++
include/tvm/ir/attrs.h | 61 ++++++++
include/tvm/relax/attrs/ccl.h | 64 +++++----
python/tvm/relax/exec_builder.py | 2 +-
python/tvm/tir/tensor_intrin/__init__.py | 6 +-
src/contrib/msc/core/ir/graph_builder.cc | 4 +-
src/contrib/msc/core/ir/graph_builder.h | 54 ++++++-
src/node/reflection.cc | 74 ++++++++--
src/node/serialization.cc | 155 +++++++++++++++++++--
src/node/structural_equal.cc | 6 +-
.../backend/contrib/codegen_json/codegen_json.h | 52 ++++++-
src/relax/op/ccl/ccl.cc | 6 +
src/script/printer/ir_docsifier.cc | 19 ++-
src/script/printer/relax/call.cc | 27 +++-
src/support/ffi_testing.cc | 25 ++--
tests/python/ir/test_ir_attrs.py | 12 +-
16 files changed, 527 insertions(+), 70 deletions(-)