Skip to main content

Module kernel_registry

Module kernel_registry 

Source
Expand description

TensorKernelRegistry — a registry of computational kernels (named tensor operations with metadata), enabling dynamic kernel lookup, versioning, and capability-based selection.

§Overview

The registry stores KernelDescriptor entries keyed by a monotonically increasing u64 identifier. Callers may:

Structs§

KernelDescriptor
Metadata record for a single computational kernel.
KernelQuery
Filter criteria for TensorKernelRegistry::lookup.
KernelRegistryStats
Aggregate statistics for a TensorKernelRegistry.
TensorKernelRegistry
Registry of computational kernels with dynamic lookup and versioning.

Enums§

KernelPrecision
Numeric precision of a kernel’s computation.
KernelTarget
Execution target for a kernel.