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

fix faulty assumption about remote key sizes #137

Merged
1 commit merged into from
Jul 12, 2022

Conversation

ryanolson
Copy link
Contributor

@ryanolson ryanolson commented Jul 12, 2022

I had put an assumption that the memory required to store UCX remote keys for GPU memory would always be larger than for Host memory.

This assumption is incorrect. The size of buffer for the keys is dependent on which transports are enable, the number of NICs, the number of GPUs and a variety of other runtime variables used to initialize UCX.

I've left a comment in the tests to remind developers and users of that fact.

@ryanolson ryanolson added bug Something isn't working non-breaking Non-breaking change labels Jul 12, 2022
@ryanolson ryanolson added this to the Multi-Node Support milestone Jul 12, 2022
@ryanolson ryanolson self-assigned this Jul 12, 2022
@ryanolson ryanolson requested a review from a team as a code owner July 12, 2022 21:20
Copy link
Contributor

@mdemoret-nv mdemoret-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question

src/tests/test_network.cpp Show resolved Hide resolved
@mdemoret-nv
Copy link
Contributor

@gpucibot merge

@ghost ghost merged commit c29324b into nv-morpheus:branch-22.08 Jul 12, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants