You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace expensive transcendental pow(x, 2.0) with a simple multiply.
This directly benefits layernorm's variance computation where
`centered_tx .^ 2.0f0` was generating a tile-wide pow instruction.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments