Skip to content

perf(gms/sglang): amortize safe TP lease coordination - #15041

Draft
hutm wants to merge 1 commit into
hutm/gms-hardening-05-acceptance-harnessfrom
hutm/gms-hardening-06-sglang-tp-coordination
Draft

hutm wants to merge 1 commit into
hutm/gms-hardening-05-acceptance-harnessfrom
hutm/gms-hardening-06-sglang-tp-coordination

Conversation

@hutm

@hutm hutm commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Batch SGLang TP ownership coordination while preserving rollback and pressure safety.

Why this is needed

Per-page cross-rank synchronization is correct but can materially regress steady-state latency and throughput. Batching removes that hot-path cost without weakening ownership.

Validation

  • The cumulative publication tip is byte-identical to the locally validated implementation.
  • Cumulative focused validation: 994 passed, 1 skipped; the later vLLM-focused rerun passed 244 tests.
  • Local TP2 crash tests passed exact-output recovery for vLLM and SGLang; final performance qualification remains tracked in DEP: Production hardening for persistent GMS KV failover #15035.
  • This draft checkpoint still requires normal CI and reviewer validation before merge.

Stack

This PR is intentionally draft and stacked on its immediate predecessor.

Batch the SGLang tensor-parallel coordination path while preserving reservation safety during rollback and memory pressure.

Signed-off-by: mkhadkevich <mkhadkevich@nvidia.com>
@copy-pr-bot

copy-pr-bot Bot commented Sep 18, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant