Friday, December 9, 2016

CUDA

Compute Unified Device Architecture is a parallel computing platform and API to use a CUDA-enabled GPU for general purpose processing (GPGPU), which leads to dramatic increase in computing performance by harnessing the power of the GPU. 

The CUDA platform gives direct access to the GPU's virtual instruction set and parallel computational elements to execute compute kernels. Supports OpenCL programming framework.
~ Wiki