-
If I am using UCT over IB verbs, will |
Beta Was this translation helpful? Give feedback.
Answered by
yosefe
Feb 19, 2021
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
shamisp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
uct_mem_alloc
registers the entire buffer. In order to slice it to multiple parts, would need to implement a custom allocator to top of the buffer returned fromuct_mem_alloc
. The original memh returned from uct_mem_alloc could be used for zero-copy operation on any slice of the buffer.