About
CUDA is a parallel computing platform and programming model developed by Nvidia for general computing on its own GPUs (graphics processing units). CUDA enables developers to speed up compute-intensive applications by harnessing the power of GPUs for the parallelizable part of the computation.
This post is a super simple introduction to CUDA, the popular parallel computing platform and programming model from NVIDIA. I wrote a previous “Easy Introduction” to CUDA in 2013 that has been very popular over the years. But CUDA programming has gotten easier, and GPUs have gotten much faster, so it’s time for an updated (and even easier) introduction.
CUDA C++ is just one of the ways you can create massively parallel applications with CUDA. It lets you use the powerful C++ programming language to develop high performance algorithms accelerated by thousands of parallel threads running on GPUs. Many developers have accelerated their computation- and bandwidth-hungry applications this way, including the libraries and frameworks that underpin the ongoing revolution in artificial intelligence known as Deep Learning.
Specification
You May Also Like
Related products
-

NVIDIA TESLA P40
SKU: N/AMore Information- GPU Memory: 24 GB
- CUDA Cores: 3840
- Single-Precision Performance: 12 TeraFLOPS
- System Interface: x16 PCIe Gen3
-

NVIDIA TESLA V100-32GB
SKU: 900-2G500-0010-000More Information- GPU Memory: 32GB HBM2
- CUDA Cores: 5120
- NVIDIA Tensor Cores: 640
- Single-Precision Performance: 14 TeraFLOPS
-

DOCKER
SKU: N/AMore InformationDocker is the de facto developer standard for building and sharing apps that enable simplicity, agility and choice for software development across any infrastructure so that you can get your job done and deploy your applications faster. Docker provides developer-friendly, CLI-based workflow and makes it easy to build, share, and run containerized applications. Even your most complex applications can be containerized. You can build locally, deploy to the cloud, and run anywhere.
Our Customers





























