AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.77k stars 7.96k forks source link

Support of MKL_DNN (DNNL) #4883

Open walkerlala opened 4 years ago

walkerlala commented 4 years ago

For those who does not have a Nvidia GPU, but only Intel CPU and GPU, MKL and MKL_DNN with greatly boost up performance. As far as I know, darknet already support MKL. Is there any plan to support MKL_DNN ?

walkerlala commented 4 years ago

Anyone can provide hint to start this task?