-
In my opinion, ibv_post_recv can post a registered memory, when HCA receive data, it can access the buffer directly. |
Beta Was this translation helpful? Give feedback.
Answered by
yosefe
Aug 15, 2021
Replies: 1 comment 1 reply
-
eager mode is modeled after MPI tag-matching semantics, where the data has to arrive to a specific buffer according to the tag. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
haipeng31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eager mode is modeled after MPI tag-matching semantics, where the data has to arrive to a specific buffer according to the tag.
on other hand, with UCP active message API, it's possible to access the data directly from the callback without copy:
https://openucx.readthedocs.io/en/master/api.html#_CPPv417ucp_am_callback_t