cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

Expand `cuda.core.system` to cover NVML functionalities

Open leofang opened this issue 2 months ago • 1 comments

Tentative design considerations/constraints:

  1. Must not run cuInit(0) or initialize CUDA if all users need is querying via NVML
  2. Cover nvmlDeviceGetCpuAffinity, nvmlDeviceGetMemoryInfo, nvmlDeviceGetCount, ...

leofang avatar Nov 04 '25 01:11 leofang