Skip to content

Instantly share code, notes, and snippets.

@joelrebel
Last active October 24, 2024 09:51
Show Gist options
  • Save joelrebel/6ea7922499a7912d70a58214c4a7b912 to your computer and use it in GitHub Desktop.
Save joelrebel/6ea7922499a7912d70a58214c4a7b912 to your computer and use it in GitHub Desktop.
Framework 13 AMD Radeon GPU test

https://wiki.archlinux.org/title/AMDGPU

Linux box 6.11.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 22 Oct 2024 18:31:38 +0000 x86_64 GNU/Linux

GPU info

❯ lspci -k | grep -A 3 -E "(VGA|3D)"                                                                 
c1:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Phoenix1 (rev cb)
        Subsystem: Framework Computer Inc. Device 0006
        Kernel driver in use: amdgpu
        Kernel modules: amdgpu

Packages installed

extra/spirv-tools 2024.2-1 (vulkan-devel) [installed]
extra/vkmark 20230412-1 [installed]
extra/vulkan-headers 1:1.3.295-1 (vulkan-devel) [installed]
extra/vulkan-icd-loader 1.3.295-1 [installed]
extra/vulkan-radeon 1:24.2.5-1 [installed]

Browser based stress test

Using this GPU stress online test, no other windows except the browser under test, https://www.matthew-x83.com/online/gpu-benchmark-test.php#parametriclassifica

Chrome - 10880 (points)
Firefox - 11520 (points)

Using vkmark

❯ vkmark
=======================================================
    vkmark 2017.08
=======================================================
    Vendor ID:      0x1002
    Device ID:      0x15BF
    Device Name:    AMD Radeon 760M (RADV GFX1103_R1)
    Driver Version: 100671493
    Device UUID:    c097ebbf322e90f44a711c10dcd8c5f8
=======================================================
[vertex] device-local=true: FPS: 17584 FrameTime: 0.057 ms
[vertex] device-local=false: FPS: 17603 FrameTime: 0.057 ms
[texture] anisotropy=0: FPS: 15142 FrameTime: 0.066 ms
[texture] anisotropy=16: FPS: 14986 FrameTime: 0.067 ms
[shading] shading=gouraud: FPS: 13968 FrameTime: 0.072 ms
[shading] shading=blinn-phong-inf: FPS: 13871 FrameTime: 0.072 ms
[shading] shading=phong: FPS: 13439 FrameTime: 0.074 ms
[shading] shading=cel: FPS: 13735 FrameTime: 0.073 ms
[effect2d] kernel=edge: FPS: 13298 FrameTime: 0.075 ms
[effect2d] kernel=blur: FPS: 8346 FrameTime: 0.120 ms
[desktop] <default>: FPS: 7343 FrameTime: 0.136 ms
[cube] <default>: FPS: 19672 FrameTime: 0.051 ms
[clear] <default>: FPS: 19752 FrameTime: 0.051 ms
=======================================================
                                   vkmark Score: 14518
=======================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment