Skip to content

Commit

Permalink
[SDY:nit] update summary of sharding group op to be more descriptive.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696641775
  • Loading branch information
Varcho authored and copybara-github committed Nov 14, 2024
1 parent 4e1ad0d commit c3f3c8e
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 @@ -197,7 +197,7 @@ def Sdy_ShardingGroupOp : Sdy_Op<"sharding_group",
// Op is non-pure since it modifies the internal representation of the
// sharding group.
[]>{
let summary = "Sharding group operation";
let summary = "Constrains tensors in the group to have the same sharding.";
let description = [{
This op provides an interface to assign tensors to sharding groups (
groups of tensors that will be enforced to have identical shardings).
Expand Down

0 comments on commit c3f3c8e

Please sign in to comment.