You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2024/02/12 05:03:37 UTC

(tvm) branch nightly updated (2d9c6c4b33 -> 3fd9bac4e0)

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 2d9c6c4b33 [Runtime] Fix dtype conversion for bf16 and fp8 (#16545)
     add ae93d221d8 [RUNTIME][ROCM] Properly align rocm parameter buffer (#16550)
     add 0449a16680 [KVCache] Fix attention kernel for ROCm (#16551)
     add 3fd9bac4e0 [TIR] Fix get_block_access_region for let bindings (#16553)

No new revisions were added by this update.

Summary of changes:
 src/runtime/pack_args.h                            |  27 +-
 src/runtime/rocm/rocm_module.cc                    |   2 +-
 src/tir/analysis/block_access_region_detector.cc   |  17 +-
 ...runtime_builtin_paged_attention_kv_cache_tir.py | 276 ++++++++++-----------
 .../test_tir_analysis_get_block_access_region.py   |  43 +++-
 5 files changed, 205 insertions(+), 160 deletions(-)