cutlass icon indicating copy to clipboard operation
cutlass copied to clipboard

[QST]Are Tensors Equivalent After Different Layout Transformations?

Open ziyuhuang123 opened this issue 5 months ago • 1 comments

What is your question? I first have an array of pointers A. Then, following layout B, I obtain a tensor T0. Similarly, I have another array of pointers B (different from A), and by following layout C, I obtain a tensor T1. After printing, I see that T0 and T1 are the same. If we then proceed with subsequent operations, such as thread_mma.partition_A, will the results be the same? Can T0 and T1 be considered equivalent in this context?

ziyuhuang123 avatar Sep 04 '24 07:09 ziyuhuang123