#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)

shrewd zephyr
#

From the document on the offical website,my GPU is not supported for running Rocm on wsl.Are there any possible way for me to run Rocm on my laptop?

proven bane
# shrewd zephyr From the document on the offical website,my GPU is not supported for running Roc...

Hello @shrewd zephyr Yep, the RX 7600M XT isn't officially supported on WSL, but there are a couple of workarounds worth trying:

  1. 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
  2. Try the HSA_OVERRIDE_GFX_VERSION trick. 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