Support Linux hardware monitor kernel API #580
Replies: 3 comments
-
I second this. Rather than any developer needing to implement an extra API (i.e. the nvidia-smi/ NVML stuff), if the nvidia drivers implemented the |
Beta Was this translation helpful? Give feedback.
-
I second this too. Would be much easier for current and future applications to interconnect with NVIDIA GPUs in a standardized way. |
Beta Was this translation helpful? Give feedback.
-
At the risk of stating the obvious, one of the reasons why this wasn't considered before is because the proprietary driver does not get access to symbols needed for the hwmon API. Nowadays that the default is the open driver that's less of a concern, but we do still try to maintain parity between them where possible (and also FreeBSD, Solaris, etc). So while it would be a nice feature to have, I can't really speak to which priority it might be looked at. I imagine we wouldn't reject it if it came in a PR though :) By the way, I once - just for the heck of it - hacked this up using FUSE+NVML. Unfortunately FUSE doesn't allow for overlay-like mounting, so the only way I got it working is by mounting on an existing |
Beta Was this translation helpful? Give feedback.
-
AMDGPU have supported hwmon interfaces, which is very convenient for monitoring GPU utilization. Could NVIDIA add support for these interfaces as well?
Beta Was this translation helpful? Give feedback.
All reactions