I want to check whether my AMD Radeon GPU performs close to the manufacturer's indicated performance.
How can I do this?
I want to check whether my AMD Radeon GPU performs close to the manufacturer's indicated performance.
How can I do this?
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.
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
amdgpu_top. – Matthias Braun Jul 17 '24 at 00:11