-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
CUDA 9.0 + cudnn 7.0 + torch build error #1133
Comments
Did you run
|
@tastyminerals Thank you! It works. |
@Spiral-Galaxy @tastyminerals Hi! Sorry for bothering you. I was also building torch on CUDA9 + cudnn7, and successfully went through the installation process by calling the export command. However, I cannot require cudnn in torch, as |
Did you run |
|
@Jun0413 |
@Jun0413 you might need to check out the Revision 7 branch: git clone https://github.com/soumith/cudnn.torch -b R7 Older versions |
@ProGamerGov I actually had tried pointing the library path to |
Hi all! I just tried https://github.com/soumith/cudnn.torch/issues/383, and it seems that I can normally call |
@kaisark That worked! Thank you very much! |
soumith/cudnn.torch#383 |
Sorry to find that this issue has gone and I'm facing just the same problem, can you share what you did? Thank u in advance! |
I have CUDA 9.0 + cudnn 7.0 on my computer and my OS is Ubuntu 16.04.3.
When I run the code
./install.sh
, which is the third line in this official installation guide: http://torch.ch/docs/getting-started.html#installing-torchAnd then it threw an error and terminated the compilation.
Here is the error message:
It seems that there is something wrong and the compilation is failed. I cannot use 'th' to start an interactive session.
And I found some answers through the Internet, which suggested to add an environment variable
export TORCH_NVCC_FLAGS="-D__CUDA_NO_HALF_OPERATORS__"
I have tried but there is no use.
What should I do to complete the installation?
The text was updated successfully, but these errors were encountered: