Skip to content

Set NCCL_CUMEM_HOST_ENABLE=0 for ARM with CUDA 12.8#735

Merged
raydouglass merged 2 commits intorapidsai:branch-25.02from
dantegd:2502-nccl-env-var
Feb 18, 2025
Merged

Set NCCL_CUMEM_HOST_ENABLE=0 for ARM with CUDA 12.8#735
raydouglass merged 2 commits intorapidsai:branch-25.02from
dantegd:2502-nccl-env-var

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