Advertisement

adding CUDA to Qt

Started by August 05, 2018 03:28 PM
0 comments, last by Michal Dygas 6 years, 5 months ago

Hi, im developing a qt application which would benefit form GPU acceleration, therefore i picked CUDA.

However im struggling with connecting Qt and CUDA. I get this error while i build my project. Error while loading shared libraries (ss attached). According to the only one answer i have found it might be PATH variable issue: http://www.cs.virginia.edu/~mwb7w/cuda_support/libcudart.html , but i had already set them to proper paths (ss attached).

 

My laptop is running on Ubuntu 18.04 with NVDIA Drivier 396.45. Cuda toolkit-9.2 was installed from runfile downloaded direct from nvidia website.

If somebody has a clue how to solve it or how can i move on ( i even consider switching to other SDK ) please let me know.

wykop3.png

wykop2.png

wykop1.png

wykop.png

This topic is closed to new replies.

Advertisement