build(cuinterpose): package frontend, Rust backend, and coordinator - #333
Draft
galletas1712 wants to merge 3 commits into
Draft
galletas1712 wants to merge 3 commits into
galletas1712 wants to merge 3 commits into
Conversation
|
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
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
from
September 16, 2026 23:51
d3ef815 to
5b8c0ea
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
2 times, most recently
from
September 17, 2026 07:39
09e1159 to
8a014c3
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
from
September 17, 2026 08:52
8a014c3 to
212d4c3
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-08-build
branch
from
September 17, 2026 09:30
212d4c3 to
f455e9f
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
from
September 17, 2026 20:53
f455e9f to
7a9b86a
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
from
September 18, 2026 18:55
8c25ec8 to
10dd9ce
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
2 times, most recently
from
September 18, 2026 23:11
36f4327 to
d98a9c2
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
2 times, most recently
from
September 18, 2026 23:48
73afe53 to
e60c871
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
2 times, most recently
from
September 19, 2026 03:01
8729ba8 to
c85282b
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
from
September 19, 2026 06:08
c85282b to
316ff81
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
2 times, most recently
from
September 19, 2026 08:06
26eff37 to
cdbd114
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
from
September 19, 2026 08:34
cdbd114 to
1a65d1b
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
2 times, most recently
from
September 19, 2026 09:55
658f960 to
d20af7b
Compare
Refs #295. Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-08-build
branch
from
September 19, 2026 10:48
d20af7b to
dcb3958
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).
Build and package the GNU/glibc preload libraries and static-musl coordinator, verify their exported symbols and linkage, and include their source/license information.
Review boundary
The shim build has no PageBroker schema or protobuf dependency. This retains the cleaned-up stack's existing build layout rather than copying the experiment branch's build changes.
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.