Hacker News new | ask | show | jobs
by apaszke 3184 days ago
PyTorch uses NVIDIA NCCL for multi-GPU communication (under BSD license). Gloo is only one of the three backends that can be used for distributed communication out of the box.
1 comments

Thanks!