Thomas
Thomas
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 these using rocminfo....
> Facing the same issue > System: Pop!_OS 22.04 > CPU: Ryzen 5 7600 > GPU: RX6800XT > Python: Python 3.10.12 > Environment: venv > > > Ran into the...
What's the output when you run rocminfo.
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. Since...
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 running your environment first by;...
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 was added. `sudo grep eduarte...
> > In that case add your user to those groups. > > > > `sudo usermod -a -G render eduarte` `sudo usermod -a -G video eduarte` > > >...
Please tell me you are joking
What you are asking here is to generate a private key from a complete public address. Think about what that means.
Yes, it is possible.