Skip to main content

Crate laddu_kernel

Crate laddu_kernel 

Source
Expand description

Validated intermediate representations and specifications for executable kernels.

Modules§

ir
Typed, topologically ordered intermediate representations for kernels.

Structs§

CacheName
Stable user-facing name of a cached event quantity.
KernelName
Stable user-facing name of a computational kernel.
KernelSpec
Declarative specification for a named kernel.

Enums§

KernelError
Errors produced while constructing or validating kernel IR.

Functions§

kernel
Creates a named KernelSpec.

Type Aliases§

KernelIrError
Backward-compatible name for KernelError in IR APIs.
KernelResult
Result type for kernel construction and validation.