Expand description
Reduced runtime kernel specialization and hot-swap lane.
This module provides a deterministic stand-in for regime-triggered runtime compilation. It keeps compilation/cache semantics explicit without external LLVM/JIT dependencies so CI remains bounded.
Structs§
- Compiled
Kernel - Kernel
Compile Spec - Compile-time shape metadata for generated kernels.
- Regime
Observation - Minimal observation bundle used for regime routing.
- Runtime
Kernel Jit - Runtime kernel specialization manager with cache + hot-swap semantics.
Enums§
- Plasma
Regime - Plasma operation regime used for runtime kernel specialization.
Functions§
- detect_
regime - Routing heuristic for reduced runtime specialization.