//! Auto-generated contract trait for `swiglu-kernel-v1`.
//! Generated by: `pv scaffold --trait contracts/swiglu-kernel-v1.yaml`
//! DO NOT EDIT — regenerate from YAML source.
/// Contract trait for `swiglu-kernel-v1` v1.0.0.
///
/// SwiGLU kernel — gated linear unit with SiLU activation
/// Reference: Shazeer (2020) GLU Variants Improve Transformer
/// Reference: Ramachandran et al. (2017) Searching for Activation Functions
///
/// Implementors must provide all 2 equation(s).
/// Missing method = compile error. Wrong signature = compile error.