Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UCS/RCACHE: add UCX_RCACHE_MERGE_ADJACENT=[y/n] to merge adjacent region of rcache #102

Open
wants to merge 1 commit into
base: integration3
Choose a base branch
from
Open

UCS/RCACHE: add UCX_RCACHE_MERGE_ADJACENT=[y/n] to merge adjacent region of rcache #102

wants to merge 1 commit into from

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