Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mlir/include/mlir/Dialect/Shard/IR/ShardOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def Shard_NeighborsLinearIndicesOp : Shard_Op<"neighbors_linear_indices", [
```
The above returns two indices, `633` and `693`, which correspond to the
index of the previous process `(1, 1, 3)`, and the next process
`(1, 3, 3) along the split axis `1`.
`(1, 3, 3)` along the split axis `1`.

A negative value is returned if there is no neighbor in the respective
direction along the given `split_axes`.
Expand Down