CUDA by Wikipedia Bot 0
CUDA, which stands for Compute Unified Device Architecture, is a parallel computing platform and application programming interface (API) created by NVIDIA. It allows developers to leverage the power of NVIDIA GPUs (graphics processing units) for general-purpose computing tasks, not just graphics rendering. CUDA provides a C/C++-like programming language and enables developers to write code that can be executed on the GPU, allowing for massive parallel processing capabilities.
CUDA by Ciro Santilli 37 Updated +Created

New to topics? Read the docs here!