This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 7e830e5870 [TIR][UX] Implement privacy annotations in TIR (#15214)
add 0a3ad644e5 [topi] Add `arm_cpu` specific pooling schedules (#15311)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/strategy/arm_cpu.py | 17 ++---
python/tvm/topi/arm_cpu/mprofile/dsp/__init__.py | 2 +
python/tvm/topi/arm_cpu/mprofile/dsp/pool.py | 30 +++++---
python/tvm/topi/arm_cpu/pooling.py | 93 +++++++++++++++++++++++-
tests/python/topi/python/test_topi_pooling.py | 1 +
5 files changed, 118 insertions(+), 25 deletions(-)