Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/ucp/api/ucp.h
Original file line number Diff line number Diff line change
Expand Up @@ -3787,9 +3787,10 @@ ucs_status_ptr_t ucp_get_nbx(ucp_ep_h ep, void *buffer, size_t count,
* @a param.reply_buffer. Please see @ref atomic_ops "table" below for more
* details.
*
* @note The user should not modify any part of the @a buffer (or also
* @a param->reply_buffer for fetch operations), until the operation
* completes.
* @note The user should not modify any part of the @a param->reply_buffer
* in fetching operations, until the operation completes.
* @note For non-fethcing operations @a buffer can be modified / released
* before the operation completes.
Comment thread
gleon99 marked this conversation as resolved.
Outdated
* @note Only ucp_dt_make_config(4) and ucp_dt_make_contig(8) are supported
* in @a param->datatype, see @ref ucp_dt_make_contig. Also, currently
* atomic operations can handle one element only. Thus, @a count
Expand Down
Loading