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