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
build fail with nvcc_options? #3501
Comments
What is the OS? (It's helpful if you fill out the issue template you see when you click on 'new issue'!) |
it's centOS 6.5 |
@martinwicke this probably needs more info to debug but I'm not sure what specifically to ask for. |
How did you build it? With GPU support, I assume? Any other options, or just |
I use
|
@justdark Hello, I had exactly the same error when accidentally change the gcc tool path in CROSSTOOL https://github.com/tensorflow/tensorflow/blob/v0.9.0/third_party/gpus/crosstool/CROSSTOOL#L49 to my own gcc. make sure |
@wyli thanks a lot. |
Looks like the issue was resolved. |
I build tensorflow in virtualenv , it says :
gcc: error: unrecognized command line option '-nvcc_options=relaxed-constexpr'
gcc: error: unrecognized command line option '-nvcc_options=ftz=true'
gcc is 4.8.2
cuda is 7.0
cudnn is 4.0.7
more detail:
The text was updated successfully, but these errors were encountered: