Hi community!
I’m planning to use some of the libs (LAPACK, BLAS,SuiteSparse,FFTW etc…) with ROS to reach efficient GPU and reduce CPU workload that’s why I searched about these libs and I found cuBLAS,cuSparse libs etc… instead of normal libs, but I couldn’t find any solution how to alter normal libs that is into ROS packages to CUDA type libs and are they really executable? I really wonder answer of issue.
Hi @tugbakara, the ROS code needs to explicitly call the GPU-accelerated libraries like cuBLAS, cuFFT, ect in order for them to be used.
Thanks @dusty_nv , I will try to implement those libs if I can.
Best Regards! :)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.