[Mlir-commits] [mlir] [mlir][vector-to-gpu]: Extend MMA Lowerings (PR #176785)
Hsiangkai Wang
llvmlistbot at llvm.org
Mon Feb 2 02:03:36 PST 2026
Hsiangkai wrote:
> I have a feeling this might be fixing the wrong problem. I'm not super familiar with the maths but I'm guessing that usually some kind of loop reordering would be possible. Jack mentioned that for some hardware non-contiguous loads are not supported so that would be another reason not to land this.
It makes sense to me. If loop reordering is possible in the use cases, it would be better to do so. It is also benefit to bring performance on the hardware.
https://github.com/llvm/llvm-project/pull/176785
More information about the Mlir-commits
mailing list