Cuda Linked Library

Source: Internet
Author: User
Del. icio. us tags: cuda, shared library

Several dynamic connection libraries of Cuda:

  1. Cutil: Cuda utility library, in the Cuda SDK
  2. Cublas: Cuda Blas library, basic Linear Algebra
  3. Cublasemu: cublas library in simulated state
  4. Cudafft: Cuda FFT library, Fast Fourier Transformation
  5. Cudafftemu: The cufft library in the simulated state,
  6. Cudart: The Cuda Runtime Library, which is generally used by cudaxxx functions.
  7. 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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.