-
Notifications
You must be signed in to change notification settings - Fork 545
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
Can this version be compiled by CUDA 8.0? #46
Comments
@bearpaw I have the same problem as follows:
have you solved it? |
@IvyGongoogle Hi. I just went back to CUDA-7.5. I think this code is not ready for CUDA-8.0. |
@bearpaw |
Hello, I try to modify this repository to support cuDNN v5 and CUDA 8.0. |
@BassyKuo nice! thank you. |
Hi @BassyKuo Few more questions: Have you tried to train or test with CUDA 8.0/cudnn v5? Are the results consistent with CUDA 7.5/cudnn v4? |
@bearpaw |
good work!!! |
@BassyKuo your work helps me a lot,thank you~ |
I also got this problem, nvcc8 is not support: error: ./include/caffe/common.hpp(86): error: namespace "std" has no member "isinf" nvcc -V
|
@bearpaw 您好!请问您当时复现PSP用的是cuda7.5+cudnn4.0嘛?我现在想复现PSAnet,一直在报各种错误。。 |
@EchoAmor Yes. But it's a too long time ago. I can't remember the details. You should follow #46 (comment) to solve your problem. |
Hi, I found that there are some errors when compiling with CUDA 8.0.
This problem can be also seen when compiling deeplab with CUDA 8.0.
Do you have any solution for this problem? Thank you.
The text was updated successfully, but these errors were encountered: