[Mlir-commits] [mlir] [MLIR][XeGPU] Add sg layout propagation (PR #170879)

Artem Kroviakov llvmlistbot at llvm.org
Tue Dec 16 08:16:06 PST 2025


================
@@ -60,7 +64,7 @@ def XeGPUPropagateLayout : Pass<"xegpu-propagate-layout"> {
     Option<
     "layoutKind", "layout-kind", "std::string",
     /*default=*/"\"lane\"",
-    "Propagate `inst` / `lane` level of xegpu layouts.">
+    "Propagate `sg` / `inst` / `lane` level of xegpu layouts.">
----------------
akroviakov wrote:

Renamed option

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


More information about the Mlir-commits mailing list