[Mlir-commits] [mlir] [MLIR][XeGPU] Fix order remapping in layout transpose (PR #205212)

Artem Kroviakov llvmlistbot at llvm.org
Tue Jun 23 03:44:19 PDT 2026


https://github.com/akroviakov approved this pull request.

So the permutation of the transpose op maps shape positions, but because order values are positions themselves, we use the inverse to re-map order values.

https://github.com/llvm/llvm-project/pull/205212


More information about the Mlir-commits mailing list