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

Boian Petkantchin llvmlistbot at llvm.org
Fri Jan 12 06:46:57 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.
----------------
sogartar wrote:

Yes, thank you. I removed it.

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


More information about the Mlir-commits mailing list