Attempting to compile Darknet with CUDA 10.0, cudnn 7.4, and OpenCV 3.4.0. Using Cmake 3.10.1 to generate project files for VS 2017 Community.
Compiled OpenCV with CUDA 10.0.
Using the AlexeyAB/darknet fork for Windows build of darknet .
Configured Cmake to match Cmake screen shot referenced in the README.md file. Screen shots below:
Configured, generated built files for VS 2017 Community, opened build files.
Compile fails almost immediately with the error:
Description: Item 'src\activation_kernels.cu' Code Generation value is not in the expected format '[Arch],[Code]'
Project: darknet
File: CUDA 10.0.targets, line 235
I've looked at line 235 of of the file but it doesn't help me understand the error any better. VS doesn't give an error code to with a link to the explanation of the error and I haven't found any much information that's helping me understand the error and troubleshoot.
Hardware is Dell laptop with GTX 1060 GPU (compute model 6.1). Darknet with no GPU builds with no issues.
Any insight into solving this would be very much appreciated