-
Notifications
You must be signed in to change notification settings - Fork 1
Introduction to GPGPU and CUDA
Laurine Lafontaine edited this page Jan 12, 2021
·
2 revisions
GPGPU stands for General Purpose computing on Graphics Processing Units, i.e. generic computing on a graphics processor. The purpose of such calculations is to take advantage of the parallel processing capability of graphics processors.
CUDA (acronym for Compute Unified Device Architecture) is a GPGPU technology, which uses a graphics processing unit (GPU) to perform general purpose computing in place of the processor (CPU). It is developed by NVIDIA.