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
It was assumed earlier that upcasting would help precision. However this
wasn't the case, according to levenshtein distance in whisperfile output
which tells me this change makes things objectively better in noticeable
ways. So we now avoid the fp16 conversion, when the ISA is available. It
should be perfectly safe and accurate, even for large sums, since we now
have the ruler reduction divide and conquer approach, in tinyBLAS::gemm.
0 commit comments