-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
very slow on hd graphics 5000 #1
Comments
Hi@anguoyang |
Hi@anguoyang |
hi@AndrewSivrit, I used Release mode in vs, thank you |
hi@ganyc717 , yes maybe, but I want to use intel GPU instead of nvidia, which is cos-efficient for production. thank you for your quick reply. |
double time cost compared to cuda is acceptable and reasonable, however, my test result is...really slow, almost hundreds over cuda(similar hardware), so I suppose there maybe something wrong with my program? |
D:\Darknet-On-OpenCL\x64\Release>darknet_cl detect cfg/yolo.cfg yolo.weights data/dog.jpg max 2 x 2 / 2 608 x 608 x 32 -> 304 x 304 x 32 activation_kernels.cl build log: maxpool_layer_kernels.cl build log: blas_kernels_2.cl build log: data/dog.jpg: Predicted in 7.806060 seconds. |
Hi @anguoyang |
OpenCL performance is not platform independent so you would need to tune any CL code to the target platform to avoid register spilling, local memory overflow, etc.. |
Hi@ganyc717
Thank you for your project, I have tested on my intel hd graphics 5000, it is very slow, about 8 seconds for 1 single image, e.g, the dog.jpg
I have never modified your source code.
The text was updated successfully, but these errors were encountered: