You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to add a (optional) panel which would provide info about nvidia GPUs (e.g. workload memory, temperature etc).
The key functionality is already implemented in the nvidia-smi tool. Maybe it would be sufficient to add a panel in which nvidia-smi -l 1 runs and provides the info?
The text was updated successfully, but these errors were encountered:
aksakalli
changed the title
nvidia-smi support
Feature Request: nvidia-smi support
Aug 26, 2017
@petrbel
I wanted this too, so I implemented basic nvidia-smi support for GPU utilization in a fork. If any smi compatible cards are found, the grid size is increased and a 'GPU History' section is added at the bottom. Otherwise, the UI remains the same.
It's also not difficult to display GPU memory utilization in addition; however, screen real estate is already scarce, so I've left that for someone more UX-minded to tackle :)
It would be nice to add a (optional) panel which would provide info about nvidia GPUs (e.g. workload memory, temperature etc).
The key functionality is already implemented in the
nvidia-smi
tool. Maybe it would be sufficient to add a panel in whichnvidia-smi -l 1
runs and provides the info?The text was updated successfully, but these errors were encountered: