Archive for the ‘Programming’ Category

If you are looking into accelerating your application with a GPGPU solution you have 3 major APIs to choose from: OpenCL, CUDA, DirectCompute. This post will cover a very high level overview of the pros and cons of each API. CUDA Pros: C-like language called C for CUDA for writing the kernel code. Kernel code has [...]