//! Auto-generated contract trait for `flash-attention-v1`.
//! Generated by: `pv scaffold --trait contracts/flash-attention-v1.yaml`
//! DO NOT EDIT — regenerate from YAML source.
/// Contract trait for `flash-attention-v1` v1.0.0.
///
/// Flash Attention — IO-aware exact attention with tiling
/// Reference: Dao et al. (2022) FlashAttention: Fast and Memory-Efficient Exact Attention with IO-Awareness
/// Reference: Dao (2023) FlashAttention-2: Faster Attention with Better Parallelism and Work Partitioning
///
/// Implementors must provide all 1 equation(s).
/// Missing method = compile error. Wrong signature = compile error.