This is an automated email from the ASF dual-hosted git repository.
hongyij pushed a change to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 8d72091b27 [DLight] Skip rule if target is not suitable (#16321)
add 31659b617f [Unity][Dlight] Support dlight gemv rule on nested inner
block (#16251)
No new revisions were added by this update.
Summary of changes:
python/tvm/dlight/base/__init__.py | 3 +-
python/tvm/dlight/base/analysis.py | 28 ++++--
python/tvm/dlight/gpu/gemv.py | 32 ++++--
python/tvm/dlight/gpu/reduction.py | 68 ++++++++++---
src/tir/schedule/transform.cc | 21 +++-
tests/python/dlight/test_gpu_gemv.py | 158 +++++++++++++++++++++++++-----
tests/python/dlight/test_gpu_reduction.py | 86 +++++++++++++++-
7 files changed, 334 insertions(+), 62 deletions(-)