fo40225 / tensorflow-windows-wheel

Tensorflow prebuilt binary for Windows
3.65k stars 1.53k forks source link

Expecting compilation with avx-512 #166

Open liangtsingkuai opened 3 years ago

liangtsingkuai commented 3 years ago

Usually I demonstrate some tech for non-professionals. My laptop has i5-1035g1 on board, which supports avx-512, and nvidia mx350. I would like to try tf with avx-512 for comparing with gpu version. Thank you.

fo40225 commented 3 years ago

If you use GPU, AVX or not doesn't matter.

You can install the Intel Optimization for TensorFlow from conda on windows. https://software.intel.com/content/www/us/en/develop/articles/intel-optimization-for-tensorflow-installation-guide.html

liangtsingkuai commented 3 years ago

If you use GPU, AVX or not doesn't matter.

You can install the Intel Optimization for TensorFlow from conda on windows. https://software.intel.com/content/www/us/en/develop/articles/intel-optimization-for-tensorflow-installation-guide.html

That sounds like a DIY compiling battle, and resonable. Since I did not figure out a perfect way for commercial, Yet. But your great work helps, like always, and thanks a lot. BTW You're famous, in a way, here in China, helps many people, mostly students and lazy guys like me:) Thanks again.

fo40225 commented 3 years ago

conda install tensorflow-mkl -c anaconda