Lunderberg commented on PR #12720:
URL: https://github.com/apache/tvm/pull/12720#issuecomment-1245512099

   Looks like the final failing unit test is due to an incorrect mapping in 
`tir.tensor_intrin.cuda.shared_32x16_to_ldmatrix_32x16_layout`.  It currently 
returns `[(i % 4) + 4 * (j % 8), 8 * (j // 8) + (i // 16) * 4 + i % 4]`, which 
doesn't fill all 32x16 indices, and fails when attempted to use 
`NonSurjectiveInverse` on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to