10

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.

Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
Kamil
  • 1,311
  • 2
  • 14
  • 31

2 Answers2

8

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 (pre ROCm 3.9) and https://github.com/RadeonOpenCompute/rocm_smi_lib/tree/master/python_smi_tools

Ax3l
  • 105
  • 4
isarandi
  • 461
  • 1
  • 4
  • 11
1

Take a look at GPUOpen.

There is a number of useful libraries and tools there, among them Radeon GPU Profiler.

Braiam
  • 35,380
  • 25
  • 108
  • 167
HEKTO
  • 353
  • 1
  • 3
  • 13