Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Fix nv_peer_memory link & change Sphinx version #1035

Merged
merged 1 commit into from Apr 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/gpus.md
Expand Up @@ -19,7 +19,7 @@ $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/nccl-<version>/lib
```

2. (Optional) If you're using an NVIDIA Tesla GPU and NIC with GPUDirect RDMA support, you can further speed up NCCL 2
by installing an [nv_peer_memory](http://www.mellanox.com/page/products_dyn?product_family=116) driver.
by installing an [nv_peer_memory](https://github.com/Mellanox/nv_peer_memory) driver.

[GPUDirect](https://developer.nvidia.com/gpudirect) allows GPUs to transfer memory among each other without CPU
involvement, which significantly reduces latency and load on CPU. NCCL 2 is able to use GPUDirect automatically for
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
@@ -1,3 +1,3 @@
git+https://github.com/alsrgv/sphinx@horovod
git+https://github.com/sphinx-doc/sphinx@2.0
sphinxcontrib-napoleon
alabaster