Topic: Linux hardware acceleration.
With you have AMD GPU just install ROCM;
https://rocmdocs.amd.com/en/latest/Inst … tml#ubuntu
sudo apt update
sudo apt install rocm-dev
echo 'SUBSYSTEM=="kfd", KERNEL=="kfd", TAG+="uaccess", GROUP="video"' | sudo tee /etc/udev/rules.d/70-kfd.rules
Reboot system.