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
The tracer now computes rsqrt(x) = isqrt(S³ / x) in i64 using the model's actual scale factor (e.g. S = 1 << 12 = 4096 at scale 12). This gives near-perfect agreement with the f32 reference.