The link for CUDA 9.1 in readme documentation goes to CUDA Toolkit 9.2 Download Is it supported as well? I installed MS Visual Studio 2015 (v140) as given in the link to freshly installed Windows 10, x64. I am afraid of starting installations because until now I failed to install both CUDA 8.0 and 9.0 in my previous windows OS. Therefore I need to be cautious before going further.
There are two installers in the provided link:
Base Installer and Patch 1 (Released May 16, 2018)
Should I install both?
Thanks
Go to the link below you can get CUDA 9.1
@Choneke Thank you, how about installing the second one that is cuBLAS Patch Update?
Install it with all three patches
@Choneke Thank you!
But you have to start with the base installer followed by patches as arranged
CUDA 9.2 should be supported.
If you have other version of CUDA (not 9.1) then open build\darknet\darknet.vcxproj by using Notepad, find 2 places with "CUDA 9.1" and change it to your CUDA-version
https://github.com/AlexeyAB/darknet#how-to-compile-on-windows
I have tried your suggestion with 9.2 @AlexeyAB.
But darknet solution load failed.
Most helpful comment
CUDA 9.2 should be supported.
If you have other version of CUDA (not 9.1) then open
build\darknet\darknet.vcxprojby usingNotepad, find 2 places with "CUDA 9.1" and change it to your CUDA-versionhttps://github.com/AlexeyAB/darknet#how-to-compile-on-windows