-
Notifications
You must be signed in to change notification settings - Fork 37
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
Issue in compiling install.sh #12
Comments
Hello =) I've met the same problem as you. Did you solve this issue? |
I install pytorch 0.4.0 instead of 0.4.1. The question is solved. |
I had this problem. too. |
oh,thanks,maybe I have resolved it before |
Hello,
Thank you for providing the code. I was trying to compile the install.sh file but Im getting the following error:-
I have edited my mask.sh file with the nvcc path as
nvcc -c -o correlation_cuda_kernel.o correlation_cuda_kernel.cu -x cu -Xcompiler -fPIC -arch=sm_52 -I ${TORCH}/utils/ffi
My nvcc --version gives me:-
Could you kindly assist me with this issue? Thanks a lot
The text was updated successfully, but these errors were encountered: