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 20d8c53731 [SVE] Add support for representing and creating 
buffer-level predicates (#16966)
     add 430e02fdcd [SME] Add scalable fp16->fp32 dense schedule (#16981)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/arm_cpu.py            |  25 ++-
 python/tvm/testing/aot.py                          |   2 +
 python/tvm/tir/__init__.py                         |   2 +-
 python/tvm/tir/op.py                               |  18 +-
 python/tvm/tir/tensor_intrin/arm_cpu.py            | 219 ++++++++++++++++++---
 python/tvm/topi/arm_cpu/dense_alter_op.py          |  32 ++-
 python/tvm/topi/arm_cpu/matmul.py                  | 124 +++++++++---
 .../python/codegen/test_target_codegen_aarch64.py  |   6 +-
 tests/python/relay/aot/aprofile_aem.mk             |   1 +
 tests/python/relay/strategy/arm_cpu/test_dense.py  |  17 +-
 tests/python/relay/strategy/arm_cpu/test_matmul.py |  39 ++--
 tests/python/relay/test_pass_alter_op_layout.py    |  32 ++-
 tests/python/topi/test_topi_matmul.py              |  31 ++-
 13 files changed, 442 insertions(+), 106 deletions(-)

Reply via email to