Do we have support for NVML? #160
Replies: 4 comments
-
i am pretty sure there is support( i could be wrong tho) |
Beta Was this translation helpful? Give feedback.
-
Define support more clearly. Do you mean that the API itself is accessible via this repo, or that the underlying features in NVML (i.e. ECC error count reporting) are in this repo? The kernel modules in this repo establish accessing the GPU, not utilizing it. |
Beta Was this translation helpful? Give feedback.
-
Hello, and thank you for your interest. The goal is for this driver to have full feature parity with the proprietary driver as it pertains to NVML. Currently this might not be the case due to general datacenter focus and missing features in the first release. If you have feature requests for NVML for both drivers, the best place to make them is the developer forum. Thank you. |
Beta Was this translation helpful? Give feedback.
-
NVML does not support VRAM temperatures, only HBM temperatures on datacenter-grade GPUs. You can use https://github.com/olealgoritme/gddr6 as a workaround, but it is not compatible with secure boot or with certain kernels that do not allow Windows also does not support retrieving VRAM temperatures either from NVML or from the Windows-specific NVAPI. It's a common myth that it is supported for Windows. The truth is that some popular proprietary software for Windows implements an unsupported method of retrieving the temperatures directly from the driver using reverse engineered memory offsets, which is the same thing the above-linked repository does. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
There is no support for NVML on Linux to find out the VRAM temps.
Describe the solution you'd like
Does this public code provide support for that?
Please refer to this link.
Beta Was this translation helpful? Give feedback.
All reactions