-
For active message API, there's below API will be called when receving the data from peer side:
After the
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
@yosefe
@yosefe So, after |
Beta Was this translation helpful? Give feedback.
-
@yosefe What's about the usage of |
Beta Was this translation helpful? Give feedback.
-
@XCloudAI Could you show me the code in your project? |
Beta Was this translation helpful? Give feedback.
UcxContext::am_recv_callback
function is part of io_demo test application, not UCX core library. For documentation of active messages API, please see https://github.com/openucx/ucx/blob/master/src/ucp/api/ucp_def.h#L669 - the "void *data" will be released according to the return value of the active message callback.