Thanks for the warm welcomes and for the quick replies!
@JimboPalmer Thanks for the hint, I just removed the second device by uninstalling the free mesa-opencl-icd (https://packages.debian.org/buster/mesa-opencl-icd).
@JohnChodera Awesome, sure would love to try it out! I'll send you my email.
Search found 4 matches
- Thu Sep 03, 2020 4:34 pm
- Forum: Problems with AMD/ATI drivers
- Topic: AMD Radeon HD 7870 Pitcairn cannot handle the force
- Replies: 4
- Views: 6583
- Thu Sep 03, 2020 1:41 pm
- Forum: Problems with AMD/ATI drivers
- Topic: AMD Radeon HD 7870 Pitcairn cannot handle the force
- Replies: 4
- Views: 6583
AMD Radeon HD 7870 Pitcairn cannot handle the force
After a long time I have finally managed to get the amdgpu driver installed on my Debian 10 machine with OpenCL support. Now I even installed kernel version linux-image-5.6.0-0.bpo.2-amd64 from buster-backports and successfully compiled rocm-dkms from the AMD repositories according to the instructio...
- Tue Mar 17, 2020 10:28 am
- Forum: New Donors start here
- Topic: Linux: How fix GPU configuration issue?
- Replies: 11
- Views: 7223
Re: Linux: How fix GPU configuration issue?
You may have success installing the AMD client driver for OpenCL: sudo apt install amd-opencl-icd Now this is the package name on Debian, on Linux Mint it may be called differently. Edit: The following may also help (see https://foldingforum.org/viewtopic.php?p=314284#p314284). sudo apt install ocl-...
- Mon Mar 16, 2020 6:05 pm
- Forum: New Donors start here
- Topic: Linux: How fix GPU configuration issue?
- Replies: 11
- Views: 7223
Re: Linux: How fix GPU configuration issue?
As far as I know you need to install OpenCL:
And then restart the FAHClient service or process:
Code: Select all
sudo apt install ocl-icd-opencl-dev
Code: Select all
sudo systemctl restart FAHClient