Del. icio. us tags: cuda, shared library
Several dynamic connection libraries of Cuda:
- Cutil: Cuda utility library, in the Cuda SDK
- Cublas: Cuda Blas library, basic Linear Algebra
- Cublasemu: cublas library in simulated state
- Cudafft: Cuda FFT library, Fast Fourier Transformation
- Cudafftemu: The cufft library in the simulated state,
- Cudart: The Cuda Runtime Library, which is generally used by cudaxxx functions.
- Cuda: Cuda driver library, used by cuxxx Function
An error occurred during compilation today: Undefined reference: cumemgetinfo. It is found that the function starting with this Cu cannot find the corresponding library. Google once found that there is in the NVIDIA Forum, this is the Cuda driver API, you need to call libcuda. So, in/usr/lib. Therefore, we added-lcuda at the link to solve the problem.
Ref: http://forums.nvidia.com/index.php? Showtopic = 95589, http://forums.nvidia.com/index.php? Showtopic = 85589