Conversation
Signed-off-by: aoshen02 <aoshen@inferact.ai>
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
b0aa9f4
into
Ronald1995:codex/sleep-mrv2-kv-scope
Motivation
PR vllm-project#53508 correctly moves MRV2 block-table metadata outside the sleepable KV allocation scope. Recreating that metadata after wake-up is therefore unnecessary and changes tensor objects captured by fused multi-step CUDA graphs.
Changes
Validation
Tested with the same reproducer before and after this change:
Qwen/Qwen3.5-35B-A3B, TP=4PR vllm-project#53508 alone reproduced
CUDA error: an illegal memory access was encounteredon the first post-wake decode. With this follow-up:layout_ptrs_stable=truetokens_equal=truePre-commit passes, including mypy and DCO.