This is an automated email from the ASF dual-hosted git repository.
ekalda pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 4f3a863c1f [Cutlass] Add check for group gemm param shapes (#16788)
add ac2f47867f [SME] Add support for inserting processor state annotations
(#16761)
No new revisions were added by this update.
Summary of changes:
python/tvm/topi/arm_cpu/pstate_attributes.py | 84 +++++++++++++++
src/target/llvm/codegen_aarch64.cc | 102 ++++++++++++++++++
.../python/codegen/test_target_codegen_aarch64.py | 116 ++++++++++++++++++++-
3 files changed, 300 insertions(+), 2 deletions(-)
create mode 100644 python/tvm/topi/arm_cpu/pstate_attributes.py
create mode 100644 src/target/llvm/codegen_aarch64.cc