How to Install Tensorflow GPU with CUDA 9.2 for Python on Ubuntu
1–7 of 7 posts
Re: How to Install Tensorflow GPU with CUDA 9.2 for Python on Ubuntu
#2Re: How to Install Tensorflow GPU with CUDA 9.2 for Python on Ubuntu
#3It looks like they didn’t register python37.com though, which is probably a big deal as Python 3.7 is in beta.
Re: How to Install Tensorflow GPU with CUDA 9.2 for Python on Ubuntu
#4The pip version of TF does not come with AVX and FMA for some reason, so this is one of perks from compiling from source
Re: How to Install Tensorflow GPU with CUDA 9.2 for Python on Ubuntu
#5sounds like big news
Re: How to Install Tensorflow GPU with CUDA 9.2 for Python on Ubuntu
#6To add on top of the tutorial, it's recommended to compile with AVX, SSE and FMA instructions enabled if you are using a modern Intel chipset. It has a pretty big boost for calculations that needs to be done on the CPU. The pip version of TF does not come with AVX and FMA for some reason, so this is one of perks from compiling from source
Re: How to Install Tensorflow GPU with CUDA 9.2 for Python on Ubuntu
#7To add on top of the tutorial, it's recommended to compile with AVX, SSE and FMA instructions enabled if you are using a modern Intel chipset. It has a pretty big boost for calculations that needs to be done on the CPU. The pip version of TF does not come with AVX and FMA for some reason, so this is one of perks from compiling from source
It seems like Tensorflow 1.8 with CUDA 9.2 performs up to 37% faster when compared to earlier versions of Tensorflow as described in the post. (link below) http://www.python36.com/benchmark-tensorflow-on-cifar10/