Skip to content

Conversation

@ybwang1cbs
Copy link

What

add UCX_RCACHE_MERGE_ADJACENT=[y/n] to merge adjacent region of rcache

Why

if user send many contiguous memory, now ucx will register once for each. we need merge adjacent region to reduce register times.

How

in rcache, the memory region is [start, end), so if we use [start-1, end+1], the adjacent region will intersect.

@yosefe yosefe added the On hold label Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants