[Mlir-commits] [mlir] [mlir][XeGPU] Update utils for LayoutAttr and SliceAttr support (PR #154819)
Charitha Saumya
llvmlistbot at llvm.org
Tue Aug 26 10:06:04 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">,
----------------
charithaintc wrote:
nit: `hasSgLayouts` express the intenstion better.
https://github.com/llvm/llvm-project/pull/154819
More information about the Mlir-commits
mailing list