Add remote L3 worker#866
Open
puddingfjz wants to merge 2 commits into
Open
Conversation
- Document remote L3 NEXT_LEVEL worker architecture, protocol, and buffer lifetime contracts - Describe A2 RoCE, A3 HCCS, and A5 UB transport expectations - Link the proposal from hierarchical runtime, task flow, and worker manager docs
- Adopt HCOMM-backed control and data adapter wording for Remote L3 - Keep Remote CommDomain as later work and reserve domain controls - Use unified register(callable, workers=...) for RemoteCallable descriptors - Reference the Python callable serialization contract from PR 839
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
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
Worker(level=3)instances as L4 NEXT_LEVEL children while preserving the existing Orchestrator/Scheduler DAG modelWorkerEndpointboundary so local fork/shm children and remote L3 sessions share the same run/control/shutdown contractHELLO READYand before any transport or health threads handle task trafficregister(callable, workers=...)API semanticsrejection of null remote OUTPUT tensors
independent health signaling
CommContextABI changes as later work while reserving domain-related controls for future extensionhardware-gated HCOMM profiles
Testing
git diff --checkpassed