I have already installed tensorflow-gpu, and it is working fine.
I now want to install tensorflow-gpu from source to take advantage of AVX and SSE4.2-1.0 instruction set, given my system configuration below;
- CPU : Dual Intel Xeon E5 2670, Sandy Bridge-EP/EX,Revision C2,Instructions MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, Intel 64, NX, VMX, AES, AVX
- GPU : EVGA SC NVIDIA GeForce GTX 1060 3GB
- Motherboard: Tyan S7066WGM3NR , version R1.0
- RAM : 32 GB octa-channel DDR3 666 MHz
- OS : Windows 10 Pro 64 bit
The tensorflow website (https://www.tensorflow.org/install/install_sources), video on youtube and the other questions on stackoverflow are more linux oriented, and even then, not straight forward for newbies like myself.
Could anyone please guide me through the process of installing tensorflow-gpu from source, on windows 10 ?
Please feel free to ask for additional system information, or similar.
thank you.
Currently, your best bet is to use the CMake configuration that you can find here. Note that it is rather experimental, and completing the compilation, as well as linking with the library, may require the occasional hack.