I have ubuntu 24.04 and my gpu1 is nvidia gpu and gpu0 is AMD ATI Radeon RX Vega 6. I was wondering if it is possible to use AMDGPU.jl
to use integrated gpu.
I have a laptop with an AMD Ryzen 7840U CPU, and I can use AMDGPU.jl. But I had to set one environmental variable:
export HSA_OVERRIDE_GFX_VERSION=11.0.2
Also have a look at: Support for RX6600XT (gfx1032,navi23)? · Issue #1698 · ROCm/ROCm · GitHub
List of officially supported GPUs: System requirements (Linux) — ROCm installation (Linux)
Again, some GPUs that are not officially supported also work.
3 Likes
I concur. With Uwe’s trick my AI HX370 with its integrated Radeon 890M works under Ubuntu 24.04 / ROCM 6.4.1. Thanks Uwe !
1 Like