Nvidia-smi equivalent for AMD APU

amdamd-graphicsmonitoring

Is there something like nvidia-smi for AMD APU GPU? (I have A8-7600 APU)
nvidia-smi can show which processes are currently running on GPU, even Xorg/system applications, not only CUDA.

I'm using binary drivers from firmware-amd-graphics (Debian Stretch).
I would like to see at which frequency my GPU is running, how much of GPU memory is in use, etc.

Best Answer

rocm-smi provides similar functionality (current temperature, fan speed, memory and compute usage etc). It is installed at /opt/rocm/bin/rocm-smi.

See https://github.com/RadeonOpenCompute/ROC-smi

Related Question