cutlass
cutlass copied to clipboard
[QST]Are Tensors Equivalent After Different Layout Transformations?
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?