pub fn silu(x: &mut [f64])
SiLU / Swish: x · σ(x) = x / (1 + e^{-x}), element-wise (Llama/SmolLM2 gate activation).
x · σ(x) = x / (1 + e^{-x})