Eduarte Paiva de Oliveira
Eduarte Paiva de Oliveira
Same problem, I hope some solution can arrive System: Linux Mint 21.2 Cinnamon CPU: AMD Ryzen 5 5500 GPU: AMD RX 6600M 8gb, (gpu from a notebook in a desktop...
> Ran into the same issue, fixed it by doing the following. > > 1 - https://docs.amd.com/en/latest/deploy/linux/quick_start.html and then setting the correct env variables for your GPU. You can check...
> What's the output when you run rocminfo. it says "command 'rocminfo' not found, but it can be installed with: sudo apt install rocminfo." Then I install it but it's...
> In that case I assume you tried to install rocminfo with 'sudo apt install rocminfo'. This pulls it from the system repo. You need to prioritize the rocm repo....
> In that case you set your env variables as; > > HSA_OVERRIDE_GFX_VERSION=10.3.0 HCC_AMDGPU_TARGET=gfx1032 > > I would advise you to do this in the terminal from where you are...
> In that case you set your env variables as; > > HSA_OVERRIDE_GFX_VERSION=10.3.0 HCC_AMDGPU_TARGET=gfx1032 > > I would advise you to do this in the terminal from where you are...
> In that case add your user to those groups. > > `sudo usermod -a -G render eduarte` `sudo usermod -a -G video eduarte` > > Check if the user...
I think that I can help but first what's your system specification @wocif , and export HSA_OVERRIDE_GFX_VERSION=10.3.0 and export HCC_AMDGPU_TARGET=gfx1030 if based on your own gpu if your gpu is...
> > I think that I can help but first what's your system specification @wocif , and export HSA_OVERRIDE_GFX_VERSION=10.3.0 and export HCC_AMDGPU_TARGET=gfx1030 if based on your own gpu if your...
I had this same issue but after I updated all @radix-ui/ versions to the latest the issue solved itself. Seems like because I was making my project for a lot...