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
small batch MoE should ideally have block_m be not too large, but also
>= the number of tokens per expert for the large majority of cases. This
minimizes the number of times weights are loaded in duplicate. It also
improves mxfp4 in bandwidth bound cases to load a full cache line.
0 commit comments