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 2345e6ea26 [Docs] Add API reference documentation for tvm.script
module (#19366)
add 2e6ee08eaf [BugFix] Align `tir.round` to ties-to-even across all
backends (#19368)
add 643cf60f40 [Relax][TFLite] Add test coverage for Reduction operations
(#18971) (#19370)
No new revisions were added by this update.
Summary of changes:
include/tvm/tirx/op.h | 12 ++++++--
python/tvm/topi/testing/roi_pool_python.py | 10 ++++---
python/tvm/topi/vision/roi_pool.py | 15 +++++++---
src/target/llvm/intrin_rule_hexagon.cc | 2 +-
src/target/llvm/intrin_rule_llvm.cc | 2 +-
src/target/llvm/intrin_rule_nvptx.cc | 10 ++++++-
src/target/llvm/intrin_rule_rocm.cc | 2 +-
src/target/source/codegen_opencl.cc | 2 +-
src/target/source/intrin_rule_cuda.cc | 3 ++
src/target/source/intrin_rule_metal.cc | 11 ++++++-
src/target/source/intrin_rule_opencl.cc | 11 ++++++-
src/target/spirv/intrin_rule_spirv.cc | 6 ++--
tests/python/relax/test_frontend_tflite.py | 48 ++++++++++++++++++++++++++++++
tests/python/tirx-base/test_tir_intrin.py | 21 +++++++++++++
14 files changed, 135 insertions(+), 20 deletions(-)