🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

adding CUDA to Qt

Started by
0 comments, last by Michal Dygas 5 years, 10 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