Skip to main content

Module realtime_selection

Module realtime_selection 

Source
Expand description

Family-blind realtime requirements, selection, and construction gating. Family-blind realtime requirements, selection, and construction gating.

Structs§

ConstructedRealtimeResources
Resources constructed only after realtime selection succeeds.
PreparedRealtimeRealization
A selected realtime realization paired with native mechanism resources.
RealtimeArchitectureProof
Architecture-issued proof for the exact topology and rank request.
RealtimeArchitectureRequirements
Exact architecture requirements used for realtime selection.
RealtimeExecutionRequirements
One architecture-admitted execution configuration and its exact lowerings.
RealtimeIdentity
Exact nonempty identity used by neutral realtime contracts.
RealtimeMechanismCapabilities
Family-blind backend capability report for realtime construction.
RealtimeMechanismRequirements
Exact generic mechanisms required by an architecture.
RealtimeObservationRequirements
Host-visible observation facilities requested at construction time.
RealtimeSelectionError
Fail-closed diagnostic containing issues in stable validation order.
RealtimeSelectionRequest
Exact source, execution, placement, and observation selection request.
RealtimeTopologyPolicy
Architecture-admitted replicated and pure tensor-parallel topology policy.
RealtimeWeightComponentRequirement
One exact physical or transform-generated component of a matrix lowering.
RealtimeWeightLoweringRequirement
One exact named source-to-execution weight lowering required by an architecture.
SelectedRealtimeRealization
One immutable realtime realization selected before native construction.
SelectedRealtimeStateComponentRealization
One exact mutable-state component selected before native allocation.
SelectedRealtimeStateRealization
Authoritative mutable-state realization selected before native allocation.

Enums§

RealtimeContractError
Invalid neutral realtime contract.
RealtimeMechanism
One generic mechanism that a neutral realtime executor may require.
RealtimePreparationError
Failure during selection or one post-selection construction stage.
RealtimeSelectionIssue
One stable fail-closed realtime selection issue.
RealtimeWeightComponentRole
Semantic role of one physical component in an atomic matrix lowering.

Functions§

select_and_prepare_realtime_realization
Selects once, then constructs family-blind resources in dependency order.
select_realtime_realization
Selects the complete realtime realization without invoking native construction.