[Mlir-commits] [mlir] [mlir][mesh] Remove rank attribute and rename dim_sizes to shape in ClusterOp (PR #77838)

Lei Zhang llvmlistbot at llvm.org
Thu Jan 11 15:37:06 PST 2024


================
@@ -41,7 +41,7 @@ def Mesh_ClusterOp : Mesh_Op<"cluster", [Symbol]> {
     determine the layout and the addressing space of the computation distributed
     across the mesh.
 
-    3. `dim_sizes`: This attribute represents the shape of the device cluster.
+    3. `shape`: This attribute represents the shape of the device cluster.
----------------
antiagainst wrote:

We should also remove the doc for `rank` and renumber the rest?

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


More information about the Mlir-commits mailing list