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 c3be89a407 [KVCache] Support forking sequence at specific posotion
(#16813)
add 5053a4f29f [LLVM] Fix compilation failure due to minor change (#16812)
add eb4175bd3d [VM] Recycle VMFrame (#16822)
add ef32a611e3 [Relax] Enable capturing symbolic shapes in cuda graph
(#16815)
add 78ba385fcb [BugTIR]fix error merging shared memory for ptx_cp_async
(#16800)
add a39067bf7a [Fix] Add TVM_DLL to Disco session (#16821)
No new revisions were added by this update.
Summary of changes:
include/tvm/relax/utils.h | 7 +
include/tvm/runtime/disco/builtin.h | 16 +-
include/tvm/runtime/disco/session.h | 18 +--
src/relax/transform/rewrite_cuda_graph.cc | 161 ++++++++++++++++++---
src/relax/utils.cc | 4 +
src/runtime/relax_vm/cuda/cuda_graph_builtin.cc | 62 ++++++--
src/runtime/relax_vm/vm.cc | 35 ++++-
src/support/ffi_testing.cc | 54 +++++++
src/target/llvm/llvm_instance.cc | 2 +-
.../transforms/merge_shared_memory_allocations.cc | 26 ++++
.../relax/test_transform_rewrite_cuda_graph.py | 118 +++++++++++++++
...form_merge_dynamic_shared_memory_allocations.py | 31 ++++
12 files changed, 482 insertions(+), 52 deletions(-)