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 4747a92827 [Python][Relax] Fix YaRN correction dim calculation (#18661)
add 4b2b639fa1 [TIR][Schedule]Generalize fuseReductionEpilogue to support
arbitrary epilogue expressions (#18636)
add c5759738db [Relax][Onnx][BatchNorm] Pass momentum and training_mode
into BatchNorm Operator (#18704)
add 8f40544c85 [LLVM] Fix insertDbgValueIntrinsic for Metal backend
(#18706)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/onnx/onnx_frontend.py | 12 +-
src/target/llvm/codegen_llvm.cc | 26 ++
src/tir/schedule/primitive/compute_inline.cc | 487 ++++++++++++---------
tests/python/codegen/test_gpu_codegen_allreduce.py | 5 +-
tests/python/codegen/test_target_codegen_metal.py | 2 +-
.../test_tir_schedule_fuse_reduction_epilogue.py | 59 +++
6 files changed, 376 insertions(+), 215 deletions(-)