Following APIs are supported on OS X, all pyNVML APIs pynvml.nvml*
are supported on Linux and Windows.
nvmlInit
Initialize nvml.
nvmlShutdown
Shutdown nvml.
nvmlDeviceGetCount
Get CUDA device count.
nvmlDeviceGetHandleByIndex
Get CUDA device handle by index.
nvmlDeviceGetIndex
Get CUDA device index.
nvmlDeviceGetMemoryInfo
Get CUDA device memory information.
nvmlDeviceGetName
Get CUDA device name.