Skip to main content

Crate kernel_execution

Crate kernel_execution 

Source

Structs§

CandidateEvidenceRetrievalRefV1
ConstraintMessage
ConvergenceGovernance
ConvergenceReport
DeltaPropagationReport
ExecutionBudget
ExecutionCalibrationReport
ExecutionCertificateArtifact
ExecutionReport
ExecutionWitnessArtifact
InvalidationManifest
NodeBelief
RegionExecutionTrace
ResidualSample
ScheduledExecution

Enums§

ExecutionMode
ExecutionStopReason
RecomputeTrigger
SchedulerStageKind
WorkloadClass

Functions§

affected_nodes_for_delta
Computes the node set that must be recomputed for a changed-node delta.
execute_acyclic_baseline
Executes one acyclic belief pass over the compiled graph.
execute_delta_propagation
Recomputes only the regions affected by a delta and reports parity metadata.
execute_message_passing_baseline
Executes bounded message passing across the full compiled graph.
execute_residual_correction
Runs residual-correction passes on top of the message-passing baseline.
schedule_execution
Chooses the execution lane that fits the supplied graph and budget.