-
Notifications
You must be signed in to change notification settings - Fork 222
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/include/cuda.h No such file or directory #60
Comments
this does not work!can you show your code for detail? |
In bash file make.sh, you may need to add -I /usr/local for nvcc compile. It works for me. |
It works for me. Thanks a lot. |
can you show the detalis?Thanks a lot! |
how to specify paths using -I while running the nvcc command? how to run the nvcc command? |
I /usr/local add to where in the make.sh |
Fixed this by specifying paths using -I while running the nvcc command. Another error popped up which required a cuda_config.h file. Removing -D GOOGLE_CUDA=1 solved this.
The text was updated successfully, but these errors were encountered: