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
So, why can't we just go into the main loop, instead of issuing K_TILE_MMAS = 1 MMA beforehands? Perhaps I misunderstood something. In that case, please help correct me 😄
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My question is regarding the file test/unit/pipeline/pipeline_tma_async.cu.
Specifically, why do we need these lines?
cutlass/test/unit/pipeline/pipeline_tma_async.cu
Lines 133 to 141 in a8f2c80
In my understanding,
NumStages
copies have been issued in these linescutlass/test/unit/pipeline/pipeline_tma_async.cu
Lines 123 to 131 in a8f2c80
So, why can't we just go into the main loop, instead of issuing
K_TILE_MMAS = 1
MMA beforehands? Perhaps I misunderstood something. In that case, please help correct me 😄Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions