//! Auto-generated contract trait for `gqa-kernel-v1`.
//! Generated by: `pv scaffold --trait contracts/gqa-kernel-v1.yaml`
//! DO NOT EDIT — regenerate from YAML source.
/// Contract trait for `gqa-kernel-v1` v1.0.0.
///
/// GQA kernel — grouped query attention with KV head broadcasting
/// Reference: Ainslie et al. (2023) GQA: Training Generalized MQT Models
/// Reference: Vaswani et al. (2017) Attention Is All You Need
///
/// Implementors must provide all 1 equation(s).
/// Missing method = compile error. Wrong signature = compile error.