-
Notifications
You must be signed in to change notification settings - Fork 7k
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
make error when set with_cuda=on #1893
Comments
Hello @shuxp - could you add some more information about your environment such as compiler version etc. - this looks like an issue in stdlib (basic_string), so maybe you're using the wrong compiler. |
Hi @shuxp PyTorch and torchvision now requires C++14 to compile, can you make sure that your compiler supports C++14? Alternatively, you can try installing torchvision from a nightly release, which should work fine. |
Sorry for replying late. As I am out of work,I lost all envs in the server. I will try to reimplement this issue later... close this issue... |
After upgrading CUDA from 10.1.105 to 10.1.243. my similar issue is fix. FYI.
UPDATEPlease check your nvcc version with this command. I installed 10.2 in another machine to solve this issue but forgot to change to env PATH.
A better explanation can be found here. There was some issue with 10.1.105 version nvcc. |
using master branch, when make with with_cuda=on, problems come out as below:
running scripts:
outputs:
The text was updated successfully, but these errors were encountered: