7

I want to check whether my AMD Radeon GPU performs close to the manufacturer's indicated performance.

How can I do this?

2 Answers2

10

You can install the command line utility "radeontop" to check the status of radeon graphics cards. You can install it using sudo apt install radeontop and run it using sudo radeontop

Edit, removed parts that somebody removed from question.

Irsu85
  • 611
0

rocm-smi

Another option is:

sudo apt install rocm-smi
rocm-smi

gives me:

=========================================== ROCm System Management Interface ===========================================
===================================================== Concise Info =====================================================
Device  Node  IDs              Temp    Power     Partitions          SCLK  MCLK    Fan  Perf  PwrCap       VRAM%  GPU%  
              (DID,     GUID)  (Edge)  (Socket)  (Mem, Compute, ID)                                                     
========================================================================================================================
0       1     0x15bf,   42073  53.0°C  38.176W   N/A, N/A, 0         None  800Mhz  0%   auto  Unsupported  15%    68%   
========================================================================================================================
================================================= End of ROCm SMI Log ==================================================

on Ubuntu 25.04, Lenovo ThinkPad P14s which has a Radeon 780M iGPU.

You can try to ramp usage up with one of: How to perform a detailed and quick 3D performance test Here I did:

vblank_mode=0 glxgears