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
Adds head count fields to mask and bias parameters
Introduces h_mask and h_bias fields to track the number of heads
in attention mask and bias structures respectively.
Enables better head dimension management and validation in
flash attention operations.
0 commit comments