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
Summary:
The existing implementation can produce quantized values
outside the quant range, since we add the zero points after
clamping. This was not a problem for symmetric quantization
since zero points are 0 there, but causes dqlinear numerics
to diverge significantly from the lowered implementation for
asymmetric quantization.
Reviewed By: digantdesai
Differential Revision: D54320424
fbshipit-source-id: e8d9136354b0dac1993ef7825fc331f68d0d4c05
0 commit comments