Skip to content

Commit fbd6ac3

Browse files
authored
[MLIR][shard] Fix tblgen description of shard.neighbors_linear_indices (#163409)
This PR fixed an issue where inline code blocks in the ODS description of `shard.neighbors_linear_indices` were not properly closed.
1 parent 4145818 commit fbd6ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Shard/IR/ShardOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def Shard_NeighborsLinearIndicesOp : Shard_Op<"neighbors_linear_indices", [
174174
```
175175
The above returns two indices, `633` and `693`, which correspond to the
176176
index of the previous process `(1, 1, 3)`, and the next process
177-
`(1, 3, 3) along the split axis `1`.
177+
`(1, 3, 3)` along the split axis `1`.
178178

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

0 commit comments

Comments
 (0)