feat(cuinterpose): multicast tracking and reconstruction - #331
Draft
galletas1712 wants to merge 7 commits into
Draft
galletas1712 wants to merge 7 commits into
galletas1712 wants to merge 7 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-06-multicast
branch
from
September 16, 2026 23:51
d5f7a34 to
4146aab
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
from
September 17, 2026 00:15
4146aab to
66bcd41
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
from
September 17, 2026 07:39
66bcd41 to
1551701
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
from
September 17, 2026 08:52
1551701 to
02b2cd5
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-06-multicast
branch
from
September 17, 2026 09:30
02b2cd5 to
3e9b07d
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
2 times, most recently
from
September 18, 2026 23:34
16cac1a to
8f6a50e
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
from
September 18, 2026 23:48
8f6a50e to
5ee784e
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
from
September 19, 2026 02:57
5ee784e to
990d2ae
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
from
September 19, 2026 03:01
990d2ae to
ff0c6a5
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
from
September 19, 2026 06:08
ff0c6a5 to
47dc253
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
2 times, most recently
from
September 19, 2026 08:06
0cac178 to
7b02f5c
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
from
September 19, 2026 08:34
7b02f5c to
2159adc
Compare
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
2 times, most recently
from
September 19, 2026 09:55
64c61bd to
58d0e3c
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>
Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
…dlers Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
Collective calls still drop the registry lock. Failures after the CUDA call poison the process instead of unmapping or releasing unpublished objects. Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com> Co-authored-by: Cursor <cursoragent@cursor.com>
galletas1712
force-pushed
the
schwinns/cuinterpose-rust-06-multicast
branch
from
September 19, 2026 10:48
58d0e3c to
8e65552
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).
Track and reconstruct multicast objects using the common resource registry and virtual-handle namespace.
Review boundary
memory/multicast.rsowns object lifetime, device membership, bindings, unlocked collective operations, and reconstruction.Validation
On the assembled stack,
make -C agent/cmd/cuinterpose testpasses formatting, strict Clippy, GNU/musl builds, ABI/artifact checks, Rust unit tests, and packaged fake-driver tests for initialization, memory IPC, multicast, checkpoint/restore, reciprocal peer requests, and fork cleanup.This stack retains source-only intermediate PRs; the complete Rust backend is assembled in #331, with packaging in #333 and the integration harness in #338.
Physical-GPU validation on tx5tk: 4 passed, 0 skipped on two NVIDIA B200s (driver 595.58.03). This exercised multicast/graph reconstruction, shared POSIX memory save/restore and bytes, raw-import refusal, and report parsing. Tested packaged artifacts were SHA-256 matched to the local build. The existing test image supplied Python 3.12.3, PyTorch 2.13.0+cu130, and pytest 9.1.1; this was not a fresh install of the suite's pinned Python environment. This is same-node CUDA checkpoint/restore validation, not full CRIU cross-node or framework qualification.