Expand description
Rank-local graph execution over opaque communication resources. Backend-neutral rank-local execution over opaque communication resources.
Architecture adapters remain statically dispatched and own tensor equations,
routed providers, and typed boundary encoding. This module owns the common
partition schedule, mechanical wire validation, exact completion, publication,
and the execution strategy installed in crate::ReplicatedTextSession.
Structs§
- Layerwise
Traversal Partition Executor - Reusable executor for one architecture-owned, fully local traversal inside a neutral partitioned runtime.
- NoBoundary
Transport - Proof that this execution path selects no point-to-point boundary routes.
- NoCommit
Agreement - Proof that this execution path selects no distributed commit barrier.
- NoOutput
Publisher - Proof that this execution path selects no root-to-group publication.
- Opaque
Boundary Transport - Point-to-point boundary transport requiring no collective capabilities.
- Opaque
Commit Agreement - Barrier commit agreement requiring no tensor communication capabilities.
- Opaque
Failure Agreement - Explicit all-rank failure propagation and final commit agreement.
- Opaque
Output Publisher - Broadcast output publication requiring no point-to-point or barrier capability.
- Partition
Boundary Route - One exact directed architecture boundary after a graph group completes.
- Partition
Communication - Opaque native communication resources paired in manifest order.
- Partition
Communication Authority - Cloneable bounded-completion and poison authority for one selected communication session.
- Partition
Output Authority - Exact public-output authority projected into one selected communication group.
- Partition
Output Publication - Authoritative output owner and opaque publication group.
- Partitioned
Execution Plan - Immutable rank-local execution and communication plan.
- Partitioned
Text Execution - Stateless strategy marker selecting
PartitionedTextRuntimein the shared session. - Partitioned
Text Runtime - Complete rank-local runtime installed behind the shared replicated session.
- Realized
Communication Group - One backend-native group paired with the opaque identity selected by the manifest.
- Realized
Communication Route - One backend-native route paired with the opaque identity selected by the manifest.
Enums§
- Distributed
Execution Phase - Canonical shared-session phases whose local status must be propagated.
- Layerwise
Traversal Runtime - Neutral choice between an ordinary local traversal and the same traversal installed in a selected partition runtime.
- Partition
Execution Error - Cold-path validation or execution failure in the neutral partition driver.
- Partitioned
Traversal Error - Failure while a fully local layered traversal runs through a selected partitioned runtime.
Traits§
- Communication
Tensor Metadata - Backend-native tensor metadata used only for mechanical communication validation.
- Partition
Boundary Transport - Additive policy for an optional point-to-point boundary path.
- Partition
Commit Agreement - Additive policy for optional distributed state-commit agreement.
- Partition
Output Publisher - Additive policy for optional root-owned output publication.
- Partitioned
Group Executor - Statically dispatched architecture/provider adapter used by the production driver.
Type Aliases§
- Partitioned
Traversal Result - Output of one architecture-owned traversal through a neutral partition runtime.