[Mlir-commits] [mlir] [MLIR][XeGPU] Consider alignment in dpas sg_layout creation (PR #181141)

Artem Kroviakov llvmlistbot at llvm.org
Wed Apr 29 02:38:23 PDT 2026


akroviakov wrote:

> more context would be helpful. what is the reason for alignment requirement?

Currently, we look for the same sg_layout across operands. However, the same sg_layout may result in non-aligned shapes. We want to find such sg_layout that would be the same across operands and result in aligned shapes.

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


More information about the Mlir-commits mailing list