Skip to main content

Module layered

Module layered 

Source
Expand description

Statically dispatched layered architecture lifecycle and resident policy. Statically dispatched layered-architecture lifecycle and resident execution.

Structs§

ArchitectureGroupTransport
Backend-neutral transport and placement semantics for one execution group.
CompositeLayeredTraversalHook
Statically combines two traversal hooks over one production forward pass.
LayeredForwardState
Backend-native activation and architecture-owned forward context.
LayeredPipelineSchedule
Backend-neutral lifecycle for the pipeline ingress phase of a layered graph.
LayerwisePolicyForward
Failure-safe ownership of one policy forward and its current unit lease.
LayerwiseRuntime
Bounded-unit runtime invoking the same architecture lifecycle as resident execution.
ResidentRuntime
Fully resident runtime using the same lifecycle as bounded execution.
ResidentUnitLease
Indexed owned unit used by ResidentUnitWindow.
ResidentUnitWindow
Minimal one-at-a-time unit window useful for conformance and resident storage.

Enums§

ArchitectureGroupKind
Architecture-authored semantic kind for one transport-visible execution group.
ArchitectureGroupPlacement
Pipeline ownership policy for one architecture execution group.
ArchitectureMergeDestination
Architecture-level merge destination resolved by a concrete pipeline topology.
ArchitectureParallelSubgroup
Cartesian subgroup semantics required while a group executes.
LayeredPartitionInput
Input accepted at a rank-local layered partition boundary.
LayeredPartitionOutput
Architecture-owned result of completing one layered partition.
LayeredPipelineScheduleError
Invalid backend-neutral pipeline lifecycle declaration or transition.
LayeredTraversalPoint
Stable layered traversal boundary exposed to generic runtime drivers.
LayeredUnitAction
Decision returned immediately before one execution unit is acquired.
LayerwiseAcquireError
Failure while a layerwise policy acquires or populates one architecture unit.
LayerwiseRuntimeError
Failure from architecture execution or layerwise residency policy.
ResidentUnitWindowError
Invalid access to an owned resident-unit window.

Traits§

ArchitectureParameters
Architecture-owned enumeration and binding of pinned parameter modules.
LayeredArchitecture
Backend-neutral lifecycle implemented once by a layered architecture.
LayeredTraversalHook
Statically dispatched hook shared by resident and bounded layered traversal.
LayerwisePolicy
Policy controlling acquisition and exact release of one execution unit.
ParallelLayeredArchitecture
Optional statically dispatched parallel lifecycle for a layered architecture.
ParallelRoutedLayeredArchitecture
Tensor-parallel provider-aware unit execution.
PartitionedLayeredArchitecture
Architecture-owned preparation for rank-local partition execution.
RoutedLayeredArchitecture
Provider-aware unit execution for architectures with routed feed-forward work.
StaticParameterVisitor
Statically dispatched visitor over one immutable pinned parameter module.
StaticParameterVisitorMut
Statically dispatched visitor over one mutable pinned parameter module.