[Mlir-commits] [mlir] [MLIR][XeGPU] Matrix load/store subgroup distribution (PR #165008)
Adam Siemieniuk
llvmlistbot at llvm.org
Mon Oct 27 10:40:32 PDT 2025
================
@@ -167,6 +167,16 @@ def XeGPU_FenceScope: I32EnumAttr<"FenceScope",
let cppNamespace = "::mlir::xegpu";
}
+def XeGPU_WGLevel: I32EnumAttrCase<"WG", 0, "wg">;
+def XeGPU_SGLevel: I32EnumAttrCase<"SG", 1, "sg">;
+def XeGPU_WILevel: I32EnumAttrCase<"WI", 2, "wi">;
+def XeGPU_DistributionLevel: I32EnumAttr<"DistributionLevel",
+ "The enumeration for the scope of fence operation.",
----------------
adam-smnk wrote:
I don't think it's related to fence (anymore?)
https://github.com/llvm/llvm-project/pull/165008
More information about the Mlir-commits
mailing list