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 4a5e22e869 [BugFix][MetaSchedule] MultiLevelTilingTensorCore generates
inconsistent thread-binding sketch for batched matmul (#17012)
add ab7c1a91d8 [Relax] Support `input_axis_separator` to allow 2D to 1D
conversion (#17115)
add 4247433e33 [WebGPU] Add `tir.dp4a` (#17124)
add 8de396c6fb [Hexagon] Add support for v75 (#17123)
add 35318ab7b4 [KVCache] Support fork in sliding window sink part (#17127)
No new revisions were added by this update.
Summary of changes:
apps/hexagon_launcher/README.md | 16 ++--
cmake/config.cmake | 2 +-
cmake/modules/HexagonSDK.cmake | 6 +-
include/tvm/relax/attrs/manipulate.h | 8 ++
include/tvm/relax/transform.h | 4 +-
include/tvm/tir/builtin.h | 5 ++
python/tvm/contrib/hexagon/session.py | 15 ++--
python/tvm/relax/op/manipulate.py | 8 +-
.../tvm/relax/transform/legalize_ops/manipulate.py | 13 ++-
python/tvm/relax/transform/transform.py | 12 ++-
python/tvm/script/ir_builder/tir/ir.py | 2 +
python/tvm/target/target.py | 3 +-
python/tvm/tir/__init__.py | 1 +
python/tvm/tir/op.py | 25 ++++++
src/relax/op/tensor/manipulate.cc | 4 +-
src/relax/op/tensor/manipulate.h | 4 +-
src/relax/transform/alter_op_impl.cc | 68 +++++++++++----
src/runtime/hexagon/README.md | 4 +-
src/runtime/hexagon/rpc/simulator/session.cc | 7 ++
src/runtime/relax_vm/paged_kv_cache.cc | 23 ++++-
src/tir/op/builtin.cc | 5 ++
tests/python/contrib/test_hexagon/README.md | 2 +-
...runtime_builtin_paged_attention_kv_cache_tir.py | 97 ++++++++++++++++------
tests/python/relax/test_transform_alter_op_impl.py | 85 ++++++++++++++++++-
tests/python/tir-base/test_tir_op_types.py | 8 ++
25 files changed, 351 insertions(+), 76 deletions(-)