In the CUDA C/C++ section of Visual Studio I have specified “Static CUDA runtime library” and in the Linker/include section I added CUDART.LIB to the input library list. The program links correctly but it still requires the runtime DLL in order to start. What am I missing? Thanks!
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
CUDA cudart_static.lib Visual Studio 2017 | 4 | 2331 | August 23, 2021 | |
Any way to not have to deliver runtime DLL? | 8 | 4282 | May 12, 2016 | |
Runtime DLL needed even if static link | 3 | 830 | September 20, 2017 | |
Static linking still needs runtime DLL! | 0 | 501 | April 9, 2020 | |
CUDA exe Dependencies | 0 | 11629 | August 11, 2010 | |
dependencies of cuda generated exe | 0 | 873 | August 10, 2010 | |
The way of making CUDA code with static link of CUDA runtime | 2 | 5039 | April 14, 2015 | |
Run Cuda program without .dll / link Cuda libraries statically | 3 | 671 | May 26, 2023 | |
Step 5: Include cudnn.lib in your Visual Studio project | 8 | 12801 | November 29, 2021 | |
CUDA 5.5 Visual studio 2012 cudart static linking? | 1 | 1665 | April 17, 2014 |