You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/13 14:38:55 UTC

[GitHub] [tvm] Lunderberg commented on pull request #12720: [TIR] Implement API for padded layout transformations

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org