I am going through the cuSolver example in the documentation and getting the following error:
fatal error: cudense.h: No such file or directory
Compilation and Linking, "make -n":
nvcc -c -I/usr/local/cuda-7.0/include main.cpp
nvcc -o cusolver_run main.o -L/usr/local/cuda-7.0/lib64 -lcublas -lcusolver
cudense.h is not found in the include directory, while cublas_v2.h is there. Is there any way to get this header file?
- Cuda Toolkit 7.0
- Ubuntu 14.04