light_head_rcnn
light_head_rcnn copied to clipboard
cuda/include/cuda.h No such file or directory
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.
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.
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
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.
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