Module jit

Module jit 

Source
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§

CompiledKernel
KernelCompileSpec
Compile-time shape metadata for generated kernels.
RegimeObservation
Minimal observation bundle used for regime routing.
RuntimeKernelJit
Runtime kernel specialization manager with cache + hot-swap semantics.

Enums§

PlasmaRegime
Plasma operation regime used for runtime kernel specialization.

Functions§

detect_regime
Routing heuristic for reduced runtime specialization.