[Mlir-commits] [mlir] [mlir][XeGPU] Update utils for LayoutAttr and SliceAttr support (PR #154819)
Chao Chen
llvmlistbot at llvm.org
Wed Aug 27 09:52:26 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:
fixed.
https://github.com/llvm/llvm-project/pull/154819
More information about the Mlir-commits
mailing list