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
[Gluon] Clarify o_init meaning in attention tutorial (#7563)
Setting `o_init = True` twice in the mma loop looks like a bug, but it's
actually alright because `o0_tmem` is unconditionally initialized
outside the loop. This makes it clearer than `o_init` refers
specifically to `o1`.
0 commit comments