Reputation: 205
I am considering to buy a laptop to run "Tensorflow GPU" version. The MX150 2GB is not listed under the list of GPU compatible with CUDA. Does that mean it cannot run the "Tensorflow GPU" version but only the standard Tensorflow version?
Upvotes: 1
Views: 9562
Reputation: 1
Here is your answer : The CUDA version your should use, and example code with a comparision graph : https://vjethava.blogspot.com/2017/11/tensorflow-on-mx150.html
Upvotes: 0
Reputation: 369
Yes it can. I am currently using MX150 on my laptop with ubuntu 18.04 and I have successfully installed tensorflow gpu on it. According to MX150 on the product site it says that it is CUDA compatible. Remember to check the CUDA version you should install depending on the version of tensorflow-gpu you will be using. Good luck!
Upvotes: 6