是否有类似于nvidia-smi的AMD?(我有一个8-7600 APU) nvidia-smi可以显示当前正在GPU上运行的进程,甚至Xorg/系统应用程序,而不仅仅是CUDA。
我使用的是来自firmware-amd-graphics (Debian )的二进制驱动程序。我想看看我的GPU在哪个频率运行,有多少GPU内存在使用等等。
发布于 2019-09-25 15:34:56
rocm提供类似的功能(当前温度、风扇速度、内存和计算使用等).它安装在/opt/rocm/bin/rocm-smi上。
见https://github.com/RadeonOpenCompute/ROC-smi (pre ROCm 3.9)和https://github.com/RadeonOpenCompute/rocm_smi_狮子/树/主人/巨蟒_smi_工具
https://unix.stackexchange.com/questions/370510
复制相似问题