-
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.6 with Cuda8.0 cuDNN 7.5 Python2.7 #34
Comments
If you get the error msg, post it and I will tell you how to overcome them. |
I commented the following piece of code in CMakeLists.txt Test compatibility of compiler on CUDAtry_compile(CUDA_TEST_COMPILE_C |
use VS2015 x64 Native Tools prompt no need to change CMakeLists.txt |
I have used the VS2015 x64 Native Tools prompt and uncommented the code but again it shows the same error of "Selected Compiler (or version) is not supported for CUDA" |
|
I have used "VS2015 x64 Native Tools Command Prompt". Before that I used the command call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64. Both gives the same result as shown in previous comment. |
I had used your environment and got the same error. I think it should be a compatibility issue between version 1.6 and the old version of CUDA. If you need CUDA 8.0, use tf 1.4. If you need tf 1.6, use cuda 9.0. or you can fix the build break yourself |
Hi, I would like to compile TensorFlow 1.6 with CUDA 8.0 and cuDNN 7.5 with Python 2.7 for Windows. Can you please provide build instructions or provide link is there is any.
The text was updated successfully, but these errors were encountered: