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
Fix regression with 8 bit quant mat mul. (pytorch#15445)
Summary:
This diff fixes a regression in the 8-bit quantized matrix multiplication operation, by reducing number of columns processed to 1 instead of 2 as before.
Reviewed By: SS-JIA
Differential Revision: D85767668
0 commit comments