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
Include HAS_MASK/HAS_BIAS/HAS_INDICE in autotune key; tighten mask/bias dtype checks
Add HAS_MASK, HAS_BIAS and HAS_INDICE to the autotune key to ensure different
kernel configs are cached per mask/bias/indice usage. Also enforce bias dtype
to match query dtype (only fp16/bf16) and standardize the mask dtype assert
message.
0 commit comments