How can I use TensorFlow on Windows with AMD GPU?

Spenhouet picture Spenhouet · Jan 18, 2017 · Viewed 10.4k times · Source

I want to use TensorFlow on Windows (Win 10) with a AMD GPU.

If I google, there are a lot discussions and sources but I just couldn't figure out what's the best way to do this at the moment.

Could someone write a short installation instruction that he thinks is the best and most up-to-date way of doing so?

Answer

João Areias picture João Areias · Oct 8, 2018

Tensorflow officially only supports CUDA, which is a proprietary NVIDIA technology. There is one unofficial implementation using openCL here which could work, or you could try using Google colab