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 515c07937b [DLight] Skip GEMV rules when more than one vector (#17052)
add 31f4721596 [Runtime] Support PagedKVCache with tree attention (#17049)
add 4ab91d4c4f Use adapter.info when available instead of
requestAdapterInfo (#17051)
No new revisions were added by this update.
Summary of changes:
src/runtime/relax_vm/kv_state.cc | 15 +-
src/runtime/relax_vm/kv_state.h | 15 +-
src/runtime/relax_vm/paged_kv_cache.cc | 657 +++++++++++++++++----
src/runtime/relax_vm/rnn_state.cc | 16 +-
...runtime_builtin_paged_attention_kv_cache_tir.py | 561 +++++++++++++++++-
web/package.json | 2 +-
web/src/webgpu.ts | 2 +-
7 files changed, 1151 insertions(+), 117 deletions(-)