Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorObihörnchen <Markus.Hilger@de.ibm.com>2018-10-12 20:08:14 +0300
committerSylvain Jeaugey <sjeaugey@nvidia.com>2018-10-14 10:53:17 +0300
commit3202d6b393c42b1e626fab8eb3caf21b88fb8519 (patch)
treeee9585de671557dfb1e533f1d6b7101862e406d6
parentf93fe9bfd94884cec2ba711897222e0df5569a53 (diff)
Fix nccl-tests all_reduce_perf path
It's `all_reduce_perf` not `allreduce_perf`
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47ae0c4..e22f712 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ Tests for NCCL are maintained separately at https://github.com/nvidia/nccl-tests
$ git clone https://github.com/NVIDIA/nccl-tests.git
$ cd nccl-tests
$ make
-$ ./build/allreduce_perf -b 8 -e 256M -f 2 -g <ngpus>
+$ ./build/all_reduce_perf -b 8 -e 256M -f 2 -g <ngpus>
```
## Copyright