Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can't get clinfo to show gpu or cpu

I am running Ubuntu 18.04 and have an RX 580 AMD GPU. I installed the pro drivers (19.10) and I installed OpenCL, but when I run clinfo it shows 0 platforms. How can I make it detect my GPU.

I had this issue with Ubuntu 16.04 as well and I was unable to get it to work with any of the AMD pro drivers or the regular ones.

like image 726
FloridaGuy Avatar asked Sep 19 '25 07:09

FloridaGuy


1 Answers

Ok I just ran

sudo apt install mesa-opencl-icd

and it fixed it. Hope this helps someone.

like image 158
FloridaGuy Avatar answered Sep 21 '25 03:09

FloridaGuy