diff --git a/examples/README.md b/examples/README.md index 9b17af9..574a165 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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.