Skip to content

Commit bea05e1

Browse files
committed
Refer to paper for NCCL_NCHANNELS_PER_NET_PEER
1 parent 4d95323 commit bea05e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/communication/nccl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export NCCL_NCHANNELS_PER_NET_PEER=4
3030

3131
A value of 4 is generally a good compromise to improve point-to-point performance without affecting collectives performance.
3232
Setting it to a higher value such as 16 or 32 can still further improve send/recv performance, but may degrade collectives performance, so the optimal value depends on the mix of operations used in an application.
33-
The option is undocumented, but [this issue](https://github.com/NVIDIA/nccl/issues/1272) contains additional details.
33+
The option is undocumented, but [this issue](https://github.com/NVIDIA/nccl/issues/1272) and the paper linked above contain additional details.
3434

3535
!!! warning "NCCL watchdog timeout or hanging process"
3636
In some cases, still under investigation, NCCL may hang resulting in a stuck process or a watchdog timeout error.

0 commit comments

Comments
 (0)