Replies: 5 comments 3 replies
-
When I'm performing make in CUDA=12.1 there is an error regarding |
Beta Was this translation helpful? Give feedback.
-
Because you are trying to use an old unsupported repo. The new darknet repo is here: https://github.com/hank-ai/darknet#table-of-contents |
Beta Was this translation helpful? Give feedback.
-
@stephanecharette thank you for the hint, next time I will try hank-ai repo. |
Beta Was this translation helpful? Give feedback.
-
That is definitely the wrong fix. You should not be training without |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I tried to compile build/darknet/yolo_cpp_dll.vcxproj with CUDA 12. Currently it is set to CUDA 11. I had to convert it to Visual Studio 19 (Visual Studio 15 is no longer supported by CUDA 12). Then it did compile, but using the compiled DLL fails with an CUDA error in cuda_convert_f32_to_f16() when the network is created. Removing preprocessor define CUDNN_HALF changes the error to CUDNN_STATUS_NOT_SUPPORTED in cudnn_convolutional_setup().
Has anyone else tried to compile with CUDA 12?
Beta Was this translation helpful? Give feedback.
All reactions