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
I learned that SM90's WGMMA can fetch operands directly from SMEM instead of requiring them to be loaded into registers. However, I noticed that FA3 still fetches operands from registers. What is the reason for this?
I learned that SM90's WGMMA can fetch operands directly from SMEM instead of requiring them to be loaded into registers. However, I noticed that FA3 still fetches operands from registers. What is the reason for this?
For example:
https://github.com/Dao-AILab/flash-attention/blob/0dfb28174333d9eefb7c1dd4292690a8458d1e89/hopper/mainloop_fwd_sm90_tma_gmma_ws.hpp#L724C9-L724C122
The text was updated successfully, but these errors were encountered: