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 dd709412eb [Unity][TVMScript] Parse R.Object return type from
call_pure_packed (#16593)
add 40ec46970f [WEB] Move ArtifactCache to Interface, Support Cache delete
and Batch Delete, Remove typo (#16525)
add 270c793574 Extend gpu memory bandwidth test to work through RPC
(#16608)
add 460000202e [KVCache] Support passing in attn_score_scaling_factor into
KV cache (#16606)
No new revisions were added by this update.
Summary of changes:
3rdparty/flashinfer | 2 +-
python/tvm/exec/gpu_memory_bandwidth.py | 98 ++++++++++++++++++----
src/runtime/relax_vm/kv_cache.h | 5 +-
src/runtime/relax_vm/paged_kv_cache.cc | 45 +++++-----
..._builtin_paged_attention_kv_cache_flashinfer.py | 4 +-
...runtime_builtin_paged_attention_kv_cache_tir.py | 13 +--
web/README.md | 2 +-
web/package-lock.json | 4 +-
web/src/artifact_cache.ts | 19 +++++
web/src/index.ts | 2 +-
web/src/runtime.ts | 51 +++++++++--
11 files changed, 189 insertions(+), 56 deletions(-)
create mode 100644 web/src/artifact_cache.ts