Skip to main content

Module resident_graph

Module resident_graph 

Source
Expand description

Device-resident execution for bounded ordinary Datalog plans.

The resident route is deliberately fail-closed. Plan inspection records every physical route occurrence before setup allocates workspace or enqueues CUDA work. Unsupported shapes remain on the existing executor.

Structs§

ResidentGraphCertifiedPlan
A route certificate sealed to the exact immutable plan allocation it inspected.
ResidentGraphCoreTransferStats
Core-loop host transfer counters.
ResidentGraphDeferredProfile
CUDA-event timing resolved after the graph completes.
ResidentGraphDeviceStatusTestInjection
Test-only device-kernel status request. Production execution never writes terminal status from the host.
ResidentGraphExecutionStats
Truthful telemetry for resident selection, execution, and decline.
ResidentGraphFinalObservationStats
The one bounded observation after the terminal synchronization.
ResidentGraphPrepareOptions
Prelaunch options for a resident transaction.
ResidentGraphRouteCertificate
Complete prelaunch proof of the physical routes selected for a plan.
ResidentGraphSchemaCatalog
Schemas keyed by the relation identities carried by compiled scan nodes.

Enums§

ResidentGraphDeclineReason
A reason why a complete plan cannot use the resident conditional graph.
ResidentGraphDeviceStatus
Device-written terminal status for a resident graph transaction.
ResidentGraphExecutionError
Typed error decoded from the graph’s single terminal receipt.
ResidentGraphSelectionKind
Runtime route selected for one ordinary evaluation.