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 eca92bd4f2 Fix IR generation conflict in topi.nn.simplify by
separating Tensor and PrimExpr handling (#17978)
add 1b6adcda07 [ROCm] Fix ROCm build after FFI refactor (#18029)
add 8c9026d085 [Codegen] Resolve issue #17965 where the same model
produces different outputs on the LLVM (CPU) and CUDA (GPU) backends (#17985)
add 0607484dbe [ARITH] Canonicalize mul-coefficient to rhs (#18031)
No new revisions were added by this update.
Summary of changes:
src/arith/rewrite_simplify.cc | 12 +++++-----
src/relax/backend/contrib/hipblas/codegen.cc | 2 +-
src/runtime/contrib/hipblas/hipblas.cc | 8 +++----
.../contrib/hipblas/hipblas_json_runtime.cc | 6 ++---
src/target/llvm/intrin_rule_llvm.cc | 12 +++++++++-
tests/python/arith/test_arith_rewrite_simplify.py | 28 +++++++++++-----------
tests/python/arith/test_arith_simplify.py | 13 ++++++++++
.../relax/test_transform_legalize_ops_grad.py | 3 ++-
tests/python/tir-base/test_tir_intrin.py | 17 +++++++++++++
.../test_tir_transform_common_subexpr_elim.py | 2 +-
10 files changed, 71 insertions(+), 32 deletions(-)