fhelium.backend.triton._launch
Prepare launchers for FHElium-generated Triton kernels.
PreparedKernel
class View source
python
PreparedKernel(function: Any, grid: tuple[int, ...], *, num_warps: int=4, **compile_options)1
Bind one compiled kernel while keeping launch operands and stream live.
Generated kernels omit pointer-alignment specialization unless their data interface guarantees it. Layout and dtype requirements are checked by the owning operation preparation, rather than rediscovered by Triton on hits.