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
On hopper, i noticed that the style of SageAttention2.2 is still purely handwritten in CUDA, but the programming style of FlashAttention3 on Hopper is significantly faster than that of SageAttention2.2, like persistent kernel and ping pong schedule.
On hopper, i noticed that the style of SageAttention2.2 is still purely handwritten in CUDA, but the programming style of FlashAttention3 on Hopper is significantly faster than that of SageAttention2.2, like persistent kernel and ping pong schedule.