[Mlir-commits] [mlir] [MLIR][shard] checking for correct&full sharding annotations (PR #176000)

Jakub Kuderski llvmlistbot at llvm.org
Thu Jan 15 07:26:34 PST 2026


================
@@ -686,6 +760,10 @@ partitionOperation(Operation &op, IRMapping &partitionMap,
                               builder);
   }
 
+  // check if operation is correctly and fully annotated
----------------
kuhar wrote:

```suggestion
  // Check if operation is correctly and fully annotated.
```

see https://llvm.org/docs/CodingStandards.html#commenting

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


More information about the Mlir-commits mailing list