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
Hi,
We noticed in the TK implementation that a warpgroup must have 4 warps, and each warp processes a seq_len of 16. Does this imply that there are some restrictions on the seq_len of q when performing attention calculations?
Thank you!