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
perf: fix the iteration bound of SWA in FA2 prefill template (#714)
We forgot to divide the packed row index by group_size when computing
the sliding window iteration bound, making it larger than its actual
value, and slows down the execution.
Thank @Ying1123 for spotting this bug.
0 commit comments