Fix nccl-tests all_reduce_perf path

It's `all_reduce_perf` not `allreduce_perf`
This commit is contained in:
Obihörnchen
2018-10-12 19:08:14 +02:00
committed by Sylvain Jeaugey
parent f93fe9bfd9
commit 3202d6b393
+1 -1
View File
@@ -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