This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 51cfb70f86 [Fix][Dlight] Fix GeneralReduction for log-sum-exp (#16923)
add 5bd10472e9 [SCRIPT][ADRENO] Fix in build config for adreno (#16927)
add 278a6af085 [Relax][TIR] Introduce new `cumsum` op for gpu (#16934)
add 97ff7cc4f1 [VM][OPENCL] Take advantage of OpenCL host ptr for improved
copy (#16929)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/backend/dispatch_sort_scan.py | 41 +++++
python/tvm/relax/backend_tir/__init__.py | 1 +
python/tvm/relax/backend_tir/cumsum.py | 193 +++++++++++++++++++++
src/runtime/relax_vm/paged_kv_cache.cc | 19 ++
.../relax/test_backend_dispatch_sort_scan.py | 38 +++-
tests/scripts/setup-adreno-env.sh | 3 +-
tests/scripts/task_build_adreno_bins.sh | 3 +
tests/scripts/task_config_build_adreno.sh | 3 +-
8 files changed, 293 insertions(+), 8 deletions(-)
create mode 100644 python/tvm/relax/backend_tir/cumsum.py