From 383031015663443b28dd5068105b486dd084bd0c Mon Sep 17 00:00:00 2001 From: Colin Smith <32345662+doctorcolinsmith@users.noreply.github.com> Date: Tue, 5 Apr 2022 15:07:56 -0600 Subject: [PATCH] Doxygen fix for ncclRecv (#527) Changed the Doxygen command for ncclRecv and pncclRecv, to be consistent with other APIs. [ROCm/rccl commit: b2ffcf6d89f5624a93cf677a4a0ff7a25674d00b] --- projects/rccl/src/nccl.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rccl/src/nccl.h.in b/projects/rccl/src/nccl.h.in index c02038177e..4099d69ec0 100644 --- a/projects/rccl/src/nccl.h.in +++ b/projects/rccl/src/nccl.h.in @@ -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