Solving conjugategradient (conjugate gradient iteration) lost DLL solution for Cuda parallel programming

Source: Internet
Author: User

In the process of image processing, we often use the gradient iteration to solve large-scale present equations; today, when the singular matrix is solved, there is a lack of DLL;

Errors such as:


Missing Cusparse32_60.dll


Missing Cublas32_60.dll


Solution:

(1) Copy the Cusparse32_60.dll and Cublas32_60.dll directly to the C:\Windows directory, but the same error will occur at all times, in order to avoid trouble, it is best to use the method (2)

(2) Copy Cusparse32_60.dll and Cublas32_60.dll to the file directory of your project, for example: E:\CompanyName\CudaProgram\ConjugateGradientSolve

This solves the problem, and the run result is as follows:



Solving conjugategradient (conjugate gradient iteration) lost DLL solution for Cuda parallel programming

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.