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
misc:Remove unused k_smem_offset_w update in MLA kernel (#878)
The variable `ckv_smem_offset_w` and `kpe_smem_offset_w` are never used
after update in current loop, and they will be redefined and recomputed
in the next loop.I think these are redundant code.
0 commit comments