pub fn rms_norm(x: &[f32], w: &[f32], d: usize, eps: f32) -> Vec<f32>
RMSNorm without bias — the norm every OTHER GLM module uses.