We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e2f41 commit 03ffed9Copy full SHA for 03ffed9
mlir/docs/Dialects/Shard.md
@@ -1,7 +1,11 @@
1
# 'shard' Dialect
2
3
This dialect contains a set of attributes, operations and interfaces that
4
-are useful for representing sharding and communication on a device grid.
+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).
9
10
It was originally introduced under the name 'mesh' but was later renamed
11
to better reflect its purpose.
0 commit comments