DarkNet CUDA vs OpenCL and CPU vs NVIDIA vs AMD

Hi, today I will show you some measurement results for my Ph.D. I am working on the first publication about DarkNet on OpenCL. The source code of this project you can find at https://github.com/sowson/darknet. The IEEE publication has to be consistent and intelligent. I cannot put on too many graphics and big tables, but I have a public blog site. So, I can post it here. First things first, the battle heroes Continue ReadingDarkNet CUDA vs OpenCL and CPU vs NVIDIA vs AMD

GPU Computing on OpenCL

Hi, today I have something charming for all readers. The subject is GPU Computing on OpenCL for all readers. Abstract: Have you ever wanted to sum 10 million random numbers in an array in C? Do you know that GPU can be faster, about 20k times more rapid than CPU? This post is about GPU Computing, and all examples were written in C language with OpenCL 1.2+. A primary C language is Continue ReadingGPU Computing on OpenCL