We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
It appears that nvmlDeviceGetMemoryInfo used memory with this Python API actually corresponds to the reserved memory.
used
reserved
It seems as well that the reserved attribute is missing in the c_nvmlMemory_t, comparing to the CUDA API: https://docs.nvidia.com/deploy/nvml-api/group__nvmlDeviceQueries.html#group__nvmlDeviceQueries_1g2dfeb1db82aa1de91aa6edf941c85ca8
c_nvmlMemory_t
The text was updated successfully, but these errors were encountered:
Don't use this one. This is an outdated project and no longer valid. You should use the official bindings nvidia-ml-py.
Sorry, something went wrong.
No branches or pull requests
Hi,
It appears that nvmlDeviceGetMemoryInfo
used
memory with this Python API actually corresponds to thereserved
memory.It seems as well that the
reserved
attribute is missing in thec_nvmlMemory_t
, comparing to the CUDA API: https://docs.nvidia.com/deploy/nvml-api/group__nvmlDeviceQueries.html#group__nvmlDeviceQueries_1g2dfeb1db82aa1de91aa6edf941c85ca8The text was updated successfully, but these errors were encountered: