Hi all,
I hope I chose the correct forum, if not, feel free to relocate / redirect me …
I am on Windows and I am consuming some third party dlls compiled with --cudart shared, so cudart*.dll must accompany the third party dll to work. Now, in the process in which I use these dlls I plan to use CUDA as well, can I dare to use the default --cudart static? With other words, is combining dynamic and static CUDA runtime libraries in one process safe or not?
Thanks.
A.