= GPGPU libraries
{wiki=Category:GPGPU_libraries}
GPGPU stands for General-Purpose computing on Graphics Processing Units. It refers to the use of a GPU (Graphics Processing Unit) to perform computation that is traditionally handled by the CPU (Central Processing Unit). GPGPU libraries are specialized software libraries designed to facilitate general-purpose computing on GPUs by providing tools, frameworks, and APIs to enable developers to leverage the parallel processing capabilities of GPUs for non-graphics workloads.
Back to article page