test(cuinterpose): unit, integration, and GPU lifecycle coverage - #338
Draft
galletas1712 wants to merge 1 commit into
Draft
galletas1712 wants to merge 1 commit into
galletas1712 wants to merge 1 commit into
Conversation
This was referenced Sep 16, 2026
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
This was referenced Sep 16, 2026
galletas1712
added this pull request to stack #339
September 16, 2026 22:37
This was referenced Sep 16, 2026
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-backend
branch
from
September 16, 2026 23:51
8f2cbcf to
33d001e
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-backend
branch
from
September 17, 2026 00:15
33d001e to
e3bfad7
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-backend
branch
from
September 17, 2026 07:39
e3bfad7 to
41ad17c
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-backend
branch
from
September 17, 2026 08:52
41ad17c to
b6d9b9d
Compare
galletas1712
removed this pull request from stack #339
September 17, 2026 08:53
galletas1712
added this pull request to stack #343
September 17, 2026 08:53
1 task
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-backend
branch
2 times, most recently
from
September 17, 2026 09:30
fed86a6 to
b4e19db
Compare
Refs #295. Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-backend
branch
from
September 17, 2026 13:24
b4e19db to
da64c55
Compare
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
Refs #295 (approved).
Collect frontend, Rust, fake-driver, GPU, agent/operator, and pod-contract coverage for the assembled stack. Add memory-IPC and jobfile-free lifecycle regressions.
Review boundary
Remove tests for the deleted shim PageBroker backend and launch-job path. Keep this as the final test PR. The fake CUDA driver checks call/ownership behavior; physical-GPU tests check real contents and mappings.
This PR contains one signed-off commit,
da64c55c013d9b407a52e447d627dae621ea50f7. Diff: 59 files changed, 6988 insertions(+), 7 deletions(-).Extend the existing identity test to check leading zeroes, byte order, maximum values, unchanged binary serialization, and malformed input. Cleanup regressions remain in this final test PR.
Stack and compatibility
The stack starts directly on
main; it does not depend on the PageBroker GPU-transfer branch or #323. The shim only saves shared creator bytes through host carriers. Never-shared allocations remain native CUDA state. The stack removes launch-job/jobfile support, and older jobfile-dependent or draft shim artifacts are rejected rather than migrated.PageBroker and native CustomStorage changes are separate. No PR in this stack adds that implementation.
Validation
Validation of the assembled implementation:
make checkin a clean disposable worktree.GLM testing without CustomStorage was cancelled at the user's request and is not a pass. GLM qualification uses a separate composition with CustomStorage; previous experimental GLM results are not qualification of this rebuilt stack. The installed test driver is not claimed to be a stock-driver qualification.
Tests above were run on the assembled implementation, not claimed independently for every source-only intermediate PR. The standard-library cleanup was validated with Rust workspace tests and strict Clippy, GNU/musl builds and packaged fake-driver tests, plus targeted pod-contract and CUDA-agent Go tests. Physical-GPU tests were not rerun for this cleanup; the earlier GPU results above remain attributed to the pre-cleanup implementation.
Cross-node framework qualification with separate CustomStorage composition
The separate
schwinns/cuinterpose-customstorage-glm-matrixbranch composes this stack with native CustomStorage/PageBroker changes; those changes are not part of this PR. Fresh GLM-5.2-NVFP4 TP8/EP8 capture/restore ran from l9nsv to s2877, with eight B200s per node. Saved post-restore responses were inspected for coherent Paris, Tokyo, and Berlin answers; none of these passes cold-reloaded the model.ob1/tcp,selfThis PR now includes the tested MPI settings in both TensorRT guide manifests and a regression test; all 37 framework-manifest tests pass. Restricting UCX to TCP alone did not prevent post-restore MPI endpoint timeouts. This changes CPU-side MPI transport, not the CUDA collective strategy.
Limits: default TensorRT collectives remain unqualified: matched full-model source controls become corrupted with the shim, despite reduced eight-GPU collective tests passing. The SGLang result does not qualify its unmodified image. All runs used the existing patched driver, not stock-driver qualification. vLLM/SGLang were not rerun after the separate PageBroker cancellation fix; TensorRT used the fixed broker. No interposer implementation changed during the framework matrix.
The composition was rebased after porting the MPI settings into this PR; its final tree is identical to the tested composition plus those recorded settings. Timings are agent capture/restore wall times, excluding model startup and image pulls. The matrix does not establish 30-second restore parity.