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 effa5d7993 [CUBLAS] Enable offloading of R.matmul + R.dequantize
(#16896)
add 944d180fba [SVE] Add get_active_lane_mask builtin (#16965)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/builtin.h | 8 ++++++++
python/tvm/script/ir_builder/tir/ir.py | 2 ++
python/tvm/tir/__init__.py | 2 +-
python/tvm/tir/op.py | 21 +++++++++++++++++++++
src/target/llvm/codegen_llvm.cc | 5 +++++
src/tir/op/builtin.cc | 7 +++++++
tests/python/codegen/test_target_codegen_aarch64.py | 20 ++++++++++++++++++++
7 files changed, 64 insertions(+), 1 deletion(-)