Module registry

Module registry 

Source
Expand description

Kernel registry with auto-discovery.

The registry manages all registered kernels and provides lookup functionality. Kernels can be registered manually or discovered automatically via proc macros.

Structs§

BatchKernelEntry
Entry for a batch kernel in the registry.
KernelRegistry
Central registry for all kernels.
KernelRegistryBuilder
Builder for kernel registry.
RegistryStats
Registry statistics.
RingKernelEntry
Entry for a ring kernel in the registry.

Functions§

global_registry
Get or initialize the global registry.
init_global_registry
Initialize the global registry with a license.