Skip to content

[QST] Getting confused when reason about Volta's MMA_Atom. #1271

Answered by ccecka
umiswing asked this question in Q&A
Discussion options

You must be logged in to vote

The NT, TN, NN, and TT of the instructions are often mistakenly conflated with the layout of the data as well. The instructions and their traits don't say anything about the layout of data they operate on. The different instructions can, in principle, work on any data in any layout.

The MMA_Traits that you show do not describe the layout of the data, they describe the partitioning pattern of the instruction. Those partitioning patterns can be applied to any tensor of data with any layout.

See a similar question here with example code:
#1226

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@umiswing
Comment options

Answer selected by umiswing
Comment options

You must be logged in to vote
1 reply
@foreverlms
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants