5

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?

Spenhouet
  • 6,556
  • 12
  • 51
  • 76
  • This could be a repeat of http://stackoverflow.com/questions/37892784/using-keras-tensorflow-with-amd-gpu – GavinBrelstaff Jan 18 '17 at 15:13
  • 1
    @GavinBrelstaff: The question is from June 2016. It's probably not up-to-date. Also this questions searches for a solution for Keras and for OSX. I can't see any relation else than we are using the same GPU. – Spenhouet Jan 18 '17 at 15:33
  • 1
    I don't believe this is possible at the moment – Yaroslav Bulatov Jan 18 '17 at 16:56

1 Answers1

2

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

João Areias
  • 1,192
  • 11
  • 41