-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
No, that is a misunderstanding. if you are creating a TiledMMA with an atom layout of 2x2 (seems like a copy paste error in your text) and a Tile of 4x4, each thread would compute only a 2x2 subtile. The tile describes the entire tile that this tiled MMA computes, not each thread. In general, you should not think of things in units of threads anyway, and rather in units of atoms. |
Beta Was this translation helpful? Give feedback.
-
This thread has a good discussion that applies equally to SIMT Atoms: |
Beta Was this translation helpful? Give feedback.
No, that is a misunderstanding. if you are creating a TiledMMA with an atom layout of 2x2 (seems like a copy paste error in your text) and a Tile of 4x4, each thread would compute only a 2x2 subtile. The tile describes the entire tile that this tiled MMA computes, not each thread. In general, you should not think of things in units of threads anyway, and rather in units of atoms.