Skip to content

how to understand A/B/CLayout in MMA_traits in cute? #1846

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

You must be logged in to vote

https://github.com/NVIDIA/cutlass/blob/main/media/docs/cute/0t_mma_atom.md

The Layouts are maps from <thread_id, value_id> -> 1D coordinate and make absolutely no assumption about the Layout of data that is to be partitioned by a particular instruction. That data can be stored in row-major, col-major, or anything more complicated.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@CalebDu
Comment options

@ccecka
Comment options

@CalebDu
Comment options

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