benoitsteiner / tensorflow-opencl

OpenCL support for TensorFlow
Apache License 2.0
472 stars 86 forks source link

Anyway to run on AMDGPU-PRO driver? #73

Closed Valentin4869 closed 7 years ago

Valentin4869 commented 7 years ago

I've been trying to install this by following the guide here. Now the issue seems to be with installing the fglrx driver, but my GPU is no longer supported (RX460). I tried to install the fglrx driver anyway on Ubuntu 14.04.1 and 14.04.5 but as expected, it didn't work. And following the guide while skipping the fglrx installation part still doesn't work.

Can someone please confirm whether there is any way to get this to work on an AMD GPU that doesn't support fglrx? So far I've spent two days trying to get this to work.

rodburns commented 7 years ago

When you say it doesn't work what are the symptoms? Can you provide all your environment setup details and any logs that you get when building/running? Does clinfo show your GPU is working properly and have you used it with other software?

rodburns commented 7 years ago

Also this may help? https://github.com/benoitsteiner/tensorflow-opencl/issues/67

Valentin4869 commented 7 years ago

Thanks for replying. The main issue is that fglrx is simply incompatible with my GPU. Everytime I try to install it and reboot, the gui is gone. I've tried this on 3 different Ubuntu versions. I forgot what the issue was when I skippd fglrx, but I gave up on this.

Also, thanks for the link, but it links back to a similar guide (looks exactly the same), which still relies on fglrx.