-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Labels
bugSomething isn't workingSomething isn't workingcuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core module
Milestone
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this bug and that I agree to the Code of Conduct
Type of Bug
Runtime Error
Component
cuda.core
Describe the bug
PinnedMemoryResource(ipc_enabled=True) currently routes pinned IPC pools to host NUMA location ID 0 instead of the NUMA node closest to the active CUDA device. On multi-NUMA systems (especially when the current device is attached to a non-zero host NUMA node), this can cause pinned IPC pool creation/allocation failures or incorrect NUMA placement. The expected behavior is to select the current device's host NUMA ID (with a safe fallback only when the attribute/context is unavailable).
(Generated by Cursor(GPT-5.3 Codex Extra High) based on the production code changes under #1575)
How to Reproduce
See nvbug 5823243
Expected behavior
See test under #1575
Operating System
No response
nvidia-smi output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core module