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 c2d14ae872 [Relax][Transform] Handle identical PrimFunc with distinct
VDevice (#16959)
add c6a8a80009 [Disco] Allow allocation that only exists on worker0
(#16993)
add 93233a988e [Disco] Treat hangup of disco worker process as kShutdown
(#16989)
add 54c68d6af4 [Disco] Implement `num_workers` property for
`disco.Session` (#16978)
add d9dbbc9154 [Bugfix][Disco] Handle NDArray larger than OS buffer for
pipe (#16992)
add b7467aa27b [Relay] fixed to make TupleGetItem inherits the previous
span (#16996)
add cfe1711934 chore: remove repetitive words (#16957)
No new revisions were added by this update.
Summary of changes:
.../how_to/deploy_models/deploy_prequantized.py | 2 +-
include/tvm/relax/dataflow_pattern.h | 2 +-
include/tvm/runtime/disco/session.h | 2 ++
python/tvm/relay/expr_functor.py | 2 +-
python/tvm/runtime/disco/session.py | 15 +++++++-
src/runtime/contrib/vllm/attention_kernels.cu | 4 +--
src/runtime/disco/builtin.cc | 12 ++++++-
src/runtime/disco/nccl/nccl.cc | 22 ++++++++----
src/runtime/disco/process_session.cc | 40 +++++++++++++++++++---
src/runtime/disco/session.cc | 2 ++
src/runtime/disco/threaded_session.cc | 2 ++
src/runtime/relax_vm/kv_state.h | 2 +-
src/runtime/relax_vm/paged_kv_cache.cc | 4 +--
src/support/pipe.h | 29 +++++++++++++---
tests/python/disco/test_ccl.py | 22 +++++++++---
tests/python/disco/test_session.py | 7 ++++
16 files changed, 139 insertions(+), 30 deletions(-)