Skip to content

Commit

Permalink
feat: updating examples readme file (#46)
Browse files Browse the repository at this point in the history
added info about all_gather in the examples readme file

Co-authored-by: Rares Gaia <[email protected]>
  • Loading branch information
raresgaia123 and Rares Gaia authored Jul 25, 2024
1 parent 5fa38ca commit 4755094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ The list of available examples can be found here:
## Collective Communication

* [`all_reduce`](all_reduce) This script demonstrates a case where all_reduce on tensors are executed for different worlds, without any interference across different worlds.
* [`all_gather`](all_gather) This script demonstrates a case where all_gather on tensors are executed for different worlds, without any interference across different worlds.

0 comments on commit 4755094

Please sign in to comment.