undefined reference to cusolverDn
问题 I am trying to run the cuSolver library available in cuda 7.0. I have an issue with using the cuSolver library that must be very simple to fix, but here I am asking for some help. I have looked at quite a few examples posted around and I chose in particular this one from JackOLantern: Parallel implementation for multiple SVDs using CUDA I have just reduced it to a kernel_0.cu: #include "cuda_runtime.h" #include "device_launch_parameters.h" #include<iostream> #include<iomanip> #include<stdlib