This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 3e02ac5d2e [Adreno] Fix mem_scope annotations for prim funcs having
several heads (#13153)
add 03d989f441 [Adreno] Adapt reduction schedule for adreno (#13100)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/strategy/adreno.py | 7 +++
python/tvm/topi/adreno/__init__.py | 1 +
python/tvm/topi/adreno/reduction.py | 69 ++++++++++++++++++++++
python/tvm/topi/cuda/reduction.py | 20 +++++--
.../relay/opencl_texture/test_reduction_texture.py | 51 ++++++++++++++++
5 files changed, 144 insertions(+), 4 deletions(-)
create mode 100644 python/tvm/topi/adreno/reduction.py
create mode 100644 tests/python/relay/opencl_texture/test_reduction_texture.py