This repository was archived by the owner on Jan 26, 2022. It is now read-only.
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
Compile error: 'cuda.h' #17
Open
Description
Not really an issue, just want to share my experience.
If you are using the code in some clusters, cuda might not be installed under /usr/local/cuda/
. In this case, in addition to modifying CUDA_PATH
in make.sh
. You might also need to specify CPATH=/path/to/your/cuda/include
.
For example
CPATH=/path/to/your/cuda/include ./make.sh