Npp deployment

Hello,

i want to make an installer to deploy an applications that uses a dll designed with Npp. This dll dépends on the Dlls: cudart64_80, nppi64_80 and nppc64_80.
Should i add these Nvidia Dlls in my install process, or is there other convenient solutions for the end users?

Regards
Pascal

You might want to check whether there are static libraries available for CUDART and NPP. I believe there are, don’t know for sure. This would allow you to resolve all dependencies at link time, avoiding the need to re-distribute NVIDIA libraries to your customers.