#My AMD Radeon RX 7600M XT was brought two years ago,but I want to run Rocm on my laptop.
1 messages · Page 1 of 1 (latest)
Hello @shrewd zephyr Yep, the RX 7600M XT isn't officially supported on WSL, but there are a couple of workarounds worth trying:
- Switch to native Linux and check this GitHub thread – it has a working workaround specifically for your GPU https://github.com/ROCm/ROCm/issues/2901
- Try the
HSA_OVERRIDE_GFX_VERSIONtrick. This env variable tells ROCm to treat your GPU as a supported architecture. On Linux/WSL just set:export HSA_OVERRIDE_GFX_VERSION=11.0.0