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

Set NCCL_CUMEM_HOST_ENABLE=0 for ARM with CUDA 12.8 #735

Merged
merged 2 commits into from
Feb 18, 2025

Conversation

dantegd
Copy link
Member

@dantegd dantegd commented Feb 13, 2025

25.02 ARM containers on CUDA 12.8 are running into an issue of a get_mempolicy call that requires elevated privileges. This very likely will not be desirable for many users, so this change sets the environment NCCL_CUMEM_HOST_ENABLE=0 inside the container that removes the call and makes the containers work similar to prior versions.

This bug only affects RAPIDS libraries that use RAFT comms with NCCL, not NCCL standalone tests, so we are still investigating the root cause. This fix does not seem to have any ill effects during testing and benchmarking though, so it's the fastest way to restore behavior in ARM 12.8 behaviors without needing user intervention.

@raydouglass raydouglass added bug Something isn't working non-breaking labels Feb 14, 2025
Co-authored-by: Ray Douglass <3107146+raydouglass@users.noreply.github.com>
@raydouglass raydouglass merged commit eb613ce into rapidsai:branch-25.02 Feb 18, 2025
61 of 62 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants