[Mlir-commits] [mlir] [MLIR][XeGPU] Add simple rank-based sg layout creation (PR #172867)

Igor Zamyatin llvmlistbot at llvm.org
Wed Jan 21 12:47:21 PST 2026


================
@@ -538,6 +538,55 @@ bool LayoutInfoPropagation::hasParamsOfLayoutKind(
   return false;
 }
 
+FailureOr<std::pair<SmallVector<int>, SmallVector<int>>>
----------------
Garra1980 wrote:

can you pls add some concrete example of choosing the layout in comments?

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


More information about the Mlir-commits mailing list