CUDA

CUDA
Developer(s)Nvidia
Initial releaseJune 23, 2007 (2007-06-23)
Stable release
12.4.0 / March 6, 2024 (2024-03-06)
Operating systemWindows, Linux
PlatformSupported GPUs
TypeGPGPU
LicenseProprietary
Websitedeveloper.nvidia.com/cuda-zone

Compute Unified Device Architecture (CUDA) is a parallel computing platform and application programming interface (API) that allows software to use certain types of graphics processing units (GPUs) for accelerated general-purpose processing, an approach called general-purpose computing on GPUs (GPGPU). CUDA API and its runtime: The CUDA API is an extension of the C programming language that adds the ability to specify thread-level parallelism in C and also to specify GPU device specific operations (like moving data between the CPU and the GPU). [1] CUDA is a software layer that gives direct access to the GPU's virtual instruction set and parallel computational elements for the execution of compute kernels.[2] In addition to drivers and runtime kernels, the CUDA platform includes compilers, libraries and developer tools to help programmers accelerate their applications.

CUDA is designed to work with programming languages such as C, C++, Fortran and Python. This accessibility makes it easier for specialists in parallel programming to use GPU resources, in contrast to prior APIs like Direct3D and OpenGL, which required advanced skills in graphics programming.[3] CUDA-powered GPUs also support programming frameworks such as OpenMP, OpenACC and OpenCL.[4][2]

CUDA was created by Nvidia.[5] When it was first introduced, the name was an acronym for Compute Unified Device Architecture,[6] but Nvidia later dropped the common use of the acronym and no longer uses it.[when?]

  1. ^ Nvidia. "What is CUDA?". Nvidia. Retrieved 21 March 2024.
  2. ^ a b Abi-Chahla, Fedy (June 18, 2008). "Nvidia's CUDA: The End of the CPU?". Tom's Hardware. Retrieved May 17, 2015.
  3. ^ Zunitch, Peter (2018-01-24). "CUDA vs. OpenCL vs. OpenGL". Videomaker. Retrieved 2018-09-16.
  4. ^ "OpenCL". NVIDIA Developer. 2013-04-24. Retrieved 2019-11-04.
  5. ^ "Nvidia CUDA Home Page". 18 July 2017.
  6. ^ Shimpi, Anand Lal; Wilson, Derek (November 8, 2006). "Nvidia's GeForce 8800 (G80): GPUs Re-architected for DirectX 10". AnandTech. Retrieved May 16, 2015.