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 c9d87ef54f [Relax][Bugfix] Annotate ComputePrimValue output as host function (#17032) add 7afac14ebd [BugFix][MSC] split name_string with index by colon from the right (#17000) add d9240e4814 [Relax][Bugfix] Apply FuseOps to nested DataflowBlock (#17033) add 8bdd54b2fd [TOPI] Fix SME conv2d schedule import and intrin argument (#17040) add 71f7af7985 [Runtime] Use preferred host memory (pinned memory) in KV cache (#17036) No new revisions were added by this update. Summary of changes: 3rdparty/flashinfer | 2 +- CMakeLists.txt | 6 +- cmake/config.cmake | 13 + include/tvm/runtime/ndarray.h | 17 ++ python/tvm/topi/arm_cpu/conv2d.py | 6 +- src/contrib/msc/core/utils.h | 2 +- src/relax/transform/fuse_ops.cc | 39 ++- src/runtime/relax_vm/paged_kv_cache.cc | 265 +++++++++++++-------- .../contrib/test_msc/test_translate_relay.py | 36 +++ .../relax/test_transform_fuse_ops_by_pattern.py | 101 ++++++++ 10 files changed, 360 insertions(+), 127 deletions(-)