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 d43e1ab71d [Doc] Fix set_axis_separator example (#16792)
add 2f889774ec [3rdparty] AUTO mode for custom all-reduce strategy (#16797)
add ceb8e224b9 [Relax] Improve CanonicalizeBindings in DataflowVar edge
case (#16783)
add 1891b4db49 [Disco] Propagate structlog/logging config to workers
(#16715)
add 726a141649 [Target] Use LLVM target parser for determining Arm(R)
A-Profile Architecture features (#16425)
add 86b5a1301c [Relax] Allow composition of DFPattern replacements
(#16732)
add 83e7e9b2eb [Debug] Improve error messages in LiftTransformParams
(#16802)
No new revisions were added by this update.
Summary of changes:
3rdparty/tensorrt_llm/custom_allreduce_kernels.h | 33 +++
.../tvm/relax/transform/ipc_allreduce_rewrite.py | 2 -
python/tvm/runtime/disco/session.py | 29 ++-
python/tvm/target/codegen.py | 3 +-
src/relax/ir/dataflow_matcher.cc | 44 +++-
src/relax/transform/canonicalize_bindings.cc | 13 +-
src/relax/transform/lift_transform_params.cc | 24 +-
src/runtime/disco/cuda_ipc/cuda_ipc_memory.cc | 26 +-
src/runtime/disco/cuda_ipc/custom_allreduce.cc | 12 +-
src/target/llvm/llvm_instance.cc | 95 ++++----
src/target/llvm/llvm_instance.h | 13 +-
src/target/llvm/llvm_module.cc | 7 +-
src/target/parsers/aprofile.cc | 88 +++----
tests/cpp/target/parsers/aprofile_test.cc | 263 +++++++++++++--------
tests/python/disco/test_custom_allreduce.py | 4 +
tests/python/relax/test_dataflow_pattern.py | 63 +++++
.../relax/test_transform_canonicalize_bindings.py | 34 +++
.../relay/strategy/test_select_implementation.py | 12 +-
tests/python/target/test_llvm_features_info.py | 24 +-
19 files changed, 537 insertions(+), 252 deletions(-)