Documentation updates for NCCL 2.7.0 (#219)

* Making hip-clang the default compiler; documentation update

* Adding back --hip-clang to install.sh as a silent option for CI

* Documentation updates for NCCL 2.7

* Restoring deleted line in install script
This commit is contained in:
Stanley Tsang
2020-06-16 16:48:11 -06:00
committed by GitHub
parent 0023b9b081
commit 8d21adb5e3
4 changed files with 24 additions and 19 deletions
+10 -1
View File
@@ -27,7 +27,7 @@ Communicator Functions
.. doxygenfunction:: ncclCommUserRank
Collection Communication Operations
Collective Communication Operations
-----------------------------------
Collective communication operations must be called separately for each communicator in a communicator clique.
@@ -48,6 +48,15 @@ Since they may perform inter-CPU synchronization, each call has to be done from
.. doxygenfunction:: ncclAllGather
.. doxygenfunction:: ncclSend
.. doxygenfunction:: ncclRecv
.. doxygenfunction:: ncclGather
.. doxygenfunction:: ncclScatter
.. doxygenfunction:: ncclAllToAll
Group Semantics
---------------