This is an automated email from the ASF dual-hosted git repository.
syfeng pushed a change to branch main
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)
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/target/llvm/codegen_llvm.cc | 6 ++++++
src/tir/op/builtin.cc | 3 +++
.../python/codegen/test_target_codegen_aarch64.py | 22 +++++++++++++++++++---
7 files changed, 48 insertions(+), 3 deletions(-)