Skip to content

Commit 03ffed9

Browse files
committed
small fixes to shard doc
1 parent 26e2f41 commit 03ffed9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mlir/docs/Dialects/Shard.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# 'shard' Dialect
22

33
This dialect contains a set of attributes, operations and interfaces that
4-
are useful for representing sharding and communication on a device grid.
4+
are useful for representing sharding of tensors and communication between
5+
devices.
6+
7+
The Shard dialect was inspired by GSPMD (GSPMD: General and Scalable
8+
Parallelization for ML Computation Graphs).
59

610
It was originally introduced under the name 'mesh' but was later renamed
711
to better reflect its purpose.

0 commit comments

Comments
 (0)