Conversation
Signed-off-by: Oxygen56 <jiangth99@163.com>
Oxygen56
requested review from
ApostaC,
NickLucche,
ivanium,
orozery and
xuechendi
as code owners
August 14, 2026 07:08
Contributor
|
This pull request has merge conflicts that must be resolved before it can be |
This was referenced Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #51761
Purpose
Preserve the sliding-window KV chunks needed when an EAGLE/MTP volatile-tail
pop moves the shared replay boundary inside a full-attention alignment segment.
The scheduler now derives the replay boundaries from the fixed prompt extent
before the first store. It retains only the missing SWA windows as their chunks
first become storable, including intermediate boundaries and the EAGLE peek
chunk. Decode stores remain monotonic and do not scan below the existing store
cursor.
Test Plan
scheduler store jobs, real CPU offload completion, and an independent replay.
boundary, then verify a 64-token decode stores only its new SWA tail.
Test Result
resident.
keys.
EAGLE attention forms.
TestEagleclass could not be validated in this local CPUsnapshot because its request-runner cases are rejected during platform
configuration, before their test logic executes.