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
* Adding win-x64 support for nvidia-smi
* Adding win-x64 support in class
* Adding documentation edits
* Bumping VC Version
---------
Co-authored-by: Deepanshu Vaid <[email protected]>
Copy file name to clipboardExpand all lines: website/docs/monitors/0300-nvidia-smi.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Nvidia SMI
2
2
The NVIDIA System Management Interface (nvidia-smi) is a command line utility, based on top of the NVIDIA Management Library (NVML), intended to aid in the management and monitoring of NVIDIA GPU devices.
3
3
4
-
This utility allows administrators to query GPU device state and with the appropriate privileges, permits administrators to modify GPU device state. It is targeted at the TeslaTM, GRIDTM, QuadroTM and Titan X product, though limited support is also available on other NVIDIA GPUs.
4
+
This utility allows administrators to query GPU device state and with the appropriate privileges, permits administrators to modify GPU device state. It is targeted at the Blackwell, Hopper, Ampere, TeslaTM, GRIDTM, QuadroTM and Titan X product, though limited support is also available on other NVIDIA GPUs.
5
5
6
6
NVIDIA-smi ships with NVIDIA GPU display drivers on Linux, and with 64bit Windows Server 2008 R2 and Windows 7. Nvidia-smi can report query information as XML or human readable plain text to either standard output or a file. For more details, please refer to the nvidia-smi documentation.
7
7
@@ -14,6 +14,7 @@ This monitor has dependency on nvidia-smi. Please use [Nvidia Driver Installatio
14
14
## Supported Platforms
15
15
* linux-x64
16
16
* linux-arm64
17
+
* win-x64
17
18
18
19
## Supported Query
19
20
Right now the query supported are --query-gpu and --query-c2c. Please create a feature request if you need other queries.
0 commit comments