This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 7cbaa21131 [Relax] Fix int64 row index cast in GPU multinomial
sampling (#19902)
add 0de13e08e4 [CI][Docker] Install libpolly-15-dev for noble llvm-15
static linking (#19913)
add 3d2e339bab [DOCS] Refine footer navigation links (#19914)
add ad694c4179 [Relax] Clean up deprecated void-dtype sentinel usage
(#19908)
add 9e8cfea358 [Target][RISC-V] Use riscv_cpu device key for RISC-V target
tags (#19915)
add 4fd6cfab15 [TVMScript] Render invisible paths in structural
diagnostics (#19916)
add 67987c4592 [Runtime][KVCache] Adapt FlashInfer attention backend to
0.6.3 (#19904)
add 6383c7fd7f [Relax][ONNX] Support 3D AffineGrid (#19863)
add bb750012a4 [TIRx] Add a dedicated boolean buffer lowering pass (#19873)
No new revisions were added by this update.
Summary of changes:
docker/install/ubuntu_install_llvm.sh | 2 +-
docs/conf.py | 32 +--
include/tvm/script/printer/config.h | 4 +
python/tvm/relax/frontend/onnx/onnx_frontend.py | 17 +-
python/tvm/relax/op/image/image.py | 15 +-
python/tvm/target/tag_registry/riscv_cpu.py | 13 +-
python/tvm/topi/image/grid_sample.py | 46 ++--
src/ir/transform.cc | 1 +
src/relax/op/image/resize.cc | 38 +--
src/relax/op/tensor/create.cc | 4 -
src/relax/utils.cc | 6 +-
src/runtime/vm/attn_backend.cc | 14 +-
src/runtime/vm/attn_backend.h | 277 +++++++++++++++++----
src/runtime/vm/paged_kv_cache.cc | 12 +
src/script/printer/doc_printer/base_doc_printer.cc | 8 +-
src/script/printer/doc_printer/base_doc_printer.h | 9 +
.../printer/doc_printer/python_doc_printer.cc | 45 +++-
src/script/printer/script_printer.cc | 32 ++-
src/target/llvm/codegen_llvm.cc | 31 ++-
src/tirx/ir/buffer.cc | 2 -
src/tirx/transform/flatten_buffer.cc | 38 +--
src/tirx/transform/lower_tirx_cleanup.cc | 33 +--
tests/python/relax/test_frontend_onnx.py | 31 +++
tests/python/relax/test_op_create.py | 4 -
..._builtin_paged_attention_kv_cache_flashinfer.py | 24 +-
...ltin_paged_attention_kv_cache_mla_flashinfer.py | 17 +-
.../relax/test_transform_error_enrichment.py | 24 +-
.../relax/test_transform_legalize_ops_image.py | 8 +-
.../test_tir_transform_flatten_buffer.py | 8 +-
.../test_tvmscript_printer_invisible_path_info.py | 68 +++++
.../test_tvmscript_printer_python_doc_printer.py | 4 +
.../test_tvmscript_printer_structural_equal.py | 18 ++
.../test_tvmscript_printer_underlining.py | 90 ++++---
33 files changed, 695 insertions(+), 280 deletions(-)
create mode 100644
tests/python/tvmscript/test_tvmscript_printer_invisible_path_info.py