Doxygen fix for ncclRecv (#527)

Changed the Doxygen command for ncclRecv and pncclRecv, to be consistent with other APIs.
This commit is contained in:
Colin Smith
2022-04-05 15:07:56 -06:00
committed by GitHub
parent 5cc0a405c0
commit b2ffcf6d89
+2 -2
View File
@@ -345,11 +345,11 @@ ncclResult_t pncclSend(const void* sendbuff, size_t count, ncclDataType_t dataty
* need to progress concurrently to complete, they must be fused within a ncclGroupStart/
* ncclGroupEnd section.
*/
ncclResult_t ncclRecv(void* recvbuff, size_t count, ncclDataType_t datatype, int peer,
ncclComm_t comm, hipStream_t stream);
/// @cond include_hidden
ncclResult_t pncclRecv(void* recvbuff, size_t count, ncclDataType_t datatype, int peer,
ncclComm_t comm, hipStream_t stream);
ncclResult_t ncclRecv(void* recvbuff, size_t count, ncclDataType_t datatype, int peer,
ncclComm_t comm, hipStream_t stream);
/// @endcond
/*! @brief Gather