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
It's to optimize the dependency between storing to shared memory (ss) and tma storing to global memory (sg) in epilogue. Usually one sg is issued after one ss. If DelayTmaStore is specified, one sg is issued after two ss. It's for performance consideration, sometimes more ss is better fused with alu.
I see DelayTmaStore in the code but I do not understand when we need it. Could anyone tell me? Thanks!
The text was updated successfully, but these errors were encountered: