[Mlir-commits] [mlir] [mlir][XeGPU] Update utils for LayoutAttr and SliceAttr support (PR #154819)

Chao Chen llvmlistbot at llvm.org
Wed Aug 27 09:58:55 PDT 2025


================
@@ -185,6 +185,9 @@ def DistributeLayoutAttr: AttrInterface<"DistributeLayoutAttr"> {
     InterfaceMethod<"Check the availability of workgroup level layouts",
                     "bool",
                     "isForWorkgroup">,
+    InterfaceMethod<"Check the availability of subgroup level layouts",
+                    "bool",
+                    "isForSubgroup">,
----------------
chencha3 wrote:

I rolled back the naming after thinking it twice. I don't want to mess up it with sgLayout field.  

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


More information about the Mlir-commits mailing list