is there such a thing as libnvcuda.so? I am having trouble finding this lib

From the NVIDIA CUDA programming guide:

I cannot find this library (and yes, I am sure I installed the CUDA driver properly, I have successfully built programs using the cudart library).

I am using NVIDIA Driver 190.18 Beta.

Does anyone know where I should start looking? Any help would be appreciated. :wacko:

On a windows PC - nvcuda.dll is the CUDA driver dynamic library for windows. On linux, the CUDA driver library is libcuda.so and it can be normally found in /usr/lib{32,64}, depending on your architecture and distro.

TY very much External Image