feat(cuda): add shareable cuMem IPC lifecycle - #33
Merged
yatesdr merged 13 commits intoSep 1, 2026
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Avoid suppressing completed recurrent chunks when scheduler accounting advances ahead of exact boundary handoffs. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Advertise the scheduler fence only for LMCache MP producers with recurrent cache groups so ordinary and consumer configurations retain run-ahead. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
yatesdr
merged commit Sep 1, 2026
ad54381
into
local-inference-lab:integration/glm53-upstream-consolidation
1 check passed
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.
Summary
Adds the direct CUDA-IPC/cuMem lifecycle required by LMCache multiprocess serving on the Jovian Judgement GLM-5.3 stack.
Dependency
This branch includes the already-submitted padded hybrid geometry prerequisite (
1a31bb39). The new feature commits are:d016561arecurrent object-group isolation1fee4175shareable cuMem IPC lifecycle40e28112scheduler heartbeat lifecycle05d3fb01context lifetime hardeningc43866fatransfer completion invariantsRuntime qualification
Four RTX PRO 6000 Blackwell GPUs, vLLM MTP3 TP4/DCP4, exact 1M context, batch 8192, FP8 KV:
[0,1,2,3]Tests
Duplicate-work note
No open LMCache PR implements this D22-style shareable cuMem broker/import lifecycle. Existing vLLM PR LMCache#526 carries the coupled vLLM/Jovian integration work.
AI assistance disclosure
AI assistance was used in preparing this contribution.