Skip to content

Commit

Permalink
Reorder constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Dec 23, 2024
1 parent a1c8759 commit c89c887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shardy/dialect/sdy/ir/ops.td
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ def Sdy_AllGatherOp : Sdy_Op<"all_gather",
```

**Constraints:**
- Both operand and result shardings should be bound to the same `MeshAttr`.
- Elements in `gatheringAxes` must satisfy the constraints listed in `AxisRefListAttr`.
- Both operand and result shardings should be bound to the same `MeshAttr`.
}];

let arguments = (ins
Expand Down

0 comments on commit c89c887

Please sign in to comment.