Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gramalingam committed Nov 18, 2024
1 parent 0bd8d18 commit 9123089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/proposals/ShardingFormalism.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ In the special case where all corresponding input axes have a size of 1, the out
the same sharding (that is, replicated across all devices of the node op).

**Composing Sharding Specs on Different Axes**

Consider the example of an `Add (Input1, Input2)` op. Consider the case where `Input1` has shape `[M, 1]` and
`Input2` has shape `[1, N]`. The output has shape `[M, N]`, as a result of broadcasting.

Expand Down

0 comments on commit 9123089

Please sign in to comment.