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
Could you explain how TMA works in CUTLASS? For example, when writing from the shared memory Tensor sS to the global memory Tensor gD, it seems that the data is written sequentially, i.e., sS[i] directly maps to gD[i]. Is this the correct behavior?
The text was updated successfully, but these errors were encountered:
Could you explain how TMA works in CUTLASS? For example, when writing from the shared memory Tensor sS to the global memory Tensor gD, it seems that the data is written sequentially, i.e., sS[i] directly maps to gD[i]. Is this the correct behavior?
The text was updated successfully, but these errors were encountered: