-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensorflow 1.8 with CUDA 9.2 #12
Comments
I will use CUDA 9.2 to build tensorflow-gpu 1.9.0. |
yes and the last cudnn drivers are Download cuDNN v7.1.4 (May 16, 2018), for CUDA 9.2. Please do it with those. Because I cannot find a download link cuDNN v7.1.3 also with avx2 support would be great :) Thanks for your work! |
cuDNN 7.1.3 for CUDA 9.1 Windows 10 cudnn-9.1-windows10-x64-v7.1.zip SHA1: 914006C6407256408EE9C18D6115FDA1209C2F0B |
I have rebuild the tensorflow-gpu 1.8.0 with CUDA 9.2& cuDNN 7.1.4. https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.8.0/py36/GPU/cuda92cudnn71sse2 try it. |
@fo40225 thanks for the last version of cuda 9.2. It works to me much better that the 9.1. Can you compile me the version with avx support? I think it will work even better ;) Thanks for your work! I really appreciate it :) |
Tensorflow team has planed to use CUDA 9.2 to build 1.9.0, it will contain AVX support. |
Offtopic: CUDA 9.1 + AVX (not AVX2) to build 1.8.0 maybe? |
Nvidia didn't provide cuDNN 7.1.x for CUDA 9.1, maybe cuda 9.1 is deprecated. |
Have you compiled Tensorflow 1.8 with CUDA 9.2 in Linux for example ubuntu? |
@gaohongfein No, you can ask others who maintains custom Linux build for help. https://github.com/mind/wheels |
Thank you very much |
@gaohongfein I build the cuda9.2 for TensorFlow1.8.0(python3.6)on ubuntu18.04。 |
@fo40225 |
CMake Error at CMakeLists.txt:322 (message): |
@yanhaiming56 You have two options to solve that:
from #if _MSC_VER < 1600 || _MSC_VER > 1913 to #if _MSC_VER < 1600 OR
|
Is this wheel(Tensorflow 1.8 with CUDA 9.2)support python2.7? |
Would you be able to compile a version with AVX support? If so, you would quickly earn yourself the title of "God Status" ;) Thanks so much for your work - we all appreciate it! My specs that worked with the WHL:
|
@fo40225 Will you build tensorflow-gpu with CUDA 10 support? |
I will use CUDA 10 to build tensorflow-gpu 1.11 for python 3.6 x64. |
Did you succeed w/above? |
@bluecd Yes. https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.11.0/py36/GPU |
Have you compiled Tensorflow 1.8 with CUDA 9.2?
The text was updated successfully, but these errors were encountered: