nvidia-smi命令
1. 我的local desktop
2. RUG交互式GPU情形
发现差异:
- 两者的NVIDIA-SMI 后面的数值不一样
- 本机Desktop没有CUDA Version 字样
Fan: 是风扇转速,从0到100%之间取值。注意,这仅仅针对于依靠风扇(也就是风冷), 但是有的CPU发热量非常大,这就需要水冷。对于非风冷的机器,这个就会显示为N/A。
Temp: 温度, 单位以摄氏度来计量。
Perf: 性能,应该是Performance的缩写。 取值从P0到P12,P0表示最大性能,P12表示最小性能。
Persistence-M: Persistence Mode 持续模式,什么是持续模式呢?A flag that indicates whether persistence mode is enable for the GPU. 从上面两个图,可以看出我的local desktop不支持Persistence-M模式, 但是大学的GTX 1080支持。作用: 如果是on的话, the NVIDIA driver remains loaded even when no active clients, such as X11 or nvidia-smi, exists. 这样可以减少驱动程序加载延迟(latency) associated with running dependent apps, such as CUDA programs.