[Mlir-commits] [mlir] [MLIR][XeGPU] Matrix load/store subgroup distribution (PR #165008)
Charitha Saumya
llvmlistbot at llvm.org
Mon Oct 27 13:34:19 PDT 2025
================
@@ -38,47 +38,47 @@ void XeGPUDialect::initialize() {
>();
}
-/// Generates instructions to compute offsets for a subgroup identified by
-/// its multidimensional indices (sgId), using the specified subgroup layout
-/// (sgLayout), subgroup data dimensions (sizePerSg), and the overall data
-/// dimensions (sizePerWg).
+// A `srcShape` consists of N distribution units, each being `subShapesLayout` x
----------------
charithaintc wrote:
an example here would be great to understand the logic.
https://github.com/llvm/llvm-project/pull/165008
More information about the Mlir-commits
mailing list