Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion system-layer/sysinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ First, we lower the MSCCLang DSL program into an Intermediate Representation (IR

```bash
git clone git@github.com:astra-sim/collectiveapi.git --recurse-submodules
cd collectiveapi/msccl-tools/examples/mscclang
cd collectiveapi/msccl-tools
pip install .
cd examples/mscclang
python3 allreduce_a100_ring.py ${NUM_GPUS} 1 1 > allreduce_ring.xml
```

Expand Down