ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
718 stars 209 forks source link

darknet build error with cuda 10.2 cudnn 7.6.5 on Window 10 #235

Closed daothanlong11 closed 3 years ago

daothanlong11 commented 3 years ago

Os: Window 10 Cuda: 10.2 Cudnn: 7.6.5

Hi everyone, I have tried to build the darknet mentioned in this repo (https://git.hipert.unimore.it/fgatti/darknet) on window 10 with the above setting. I use Cmake and VS 2017 to build the darknet repo. But it only successfully build when leaving the options WITH_CUDA and WITH_CUDNN (that means it can only build with CPU). Have anyone meet the same error as I do, pls help me. Thank you