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
In the comment of the kernel function paged_attention_kernel, the vector size is configured in such a way that the threads in a thread group fetch or compute 16 bytes at a time.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the comment of the kernel function
paged_attention_kernel
, the vector size is configured in such a way that the threads in a thread group fetch or compute 16 bytes at a time.I want to know why choose 16 bytes.
Beta Was this translation helpful? Give feedback.
All reactions