ganyc717 / Darknet-On-OpenCL

Darknet On OpenCL
MIT License
100 stars 44 forks source link

GPU to CPU copy speed bottleneck? #15

Open prnvjb opened 5 years ago

prnvjb commented 5 years ago

Hi, Thanks for this awesome implementation. I would like to know how you are handling gpu to cpu optimization? are you using any special techniques to do this or just direct copying form gpu? Thanks!!