Segmentation fault (core dumped) on cuda 12.4 & cudnn 9.3.0 #2994
-
I build dlib (cuda-active) and i tried to build my application using dlib Face recognition. It was detected faces and gpu , but i think the problem was when it try to load model in gpu for landmark extraction. cout<< dlib::cuda::get_num_devices() ; // print 1 Whats wrong? what is the last version of cuda/cudnn which supported by dlib? I installed : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Could you try passing the following flag when building dlib? |
Beta Was this translation helpful? Give feedback.
I always use dlib from master, mostly on Arch Linux. However, at work, I have one machine with Ubuntu and:
And everything works building with CMake.