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 6e0bd70391 [Runtime] KV cache providing workspace for attn kernel
(#16486)
add 06f7810c4f [SVE] Add vscale builtin (#16484)
add 0628bdba93 [Relax][Pass] Skip data type node for CSE pass (#16493)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/builtin.h | 6 ++++++
python/tvm/script/ir_builder/tir/ir.py | 2 ++
python/tvm/tir/__init__.py | 1 +
python/tvm/tir/op.py | 11 ++++++++++
src/relax/transform/eliminate_common_subexpr.cc | 3 ++-
src/target/llvm/codegen_llvm.cc | 6 ++++++
src/tir/op/builtin.cc | 3 +++
.../python/codegen/test_target_codegen_aarch64.py | 22 +++++++++++++++++---
tests/python/relax/test_transform_cse.py | 24 ++++++++++++++++++++++
9 files changed, 74 insertions(+), 4 deletions(-)