flâneur

CUDA C++ Programming Guide

docs.nvidia.com · 565 words · saved by 5 readers

The programming guide to the CUDA model and interface.

CUDA and the CUDA Programming Guide CUDA is a parallel computing platform and programming model developed by NVIDIA that enables dramatic increases in computing performance by harnessing the power of the GPU. It allows developers to accelerate compute-intensive applications and is widely used in fields such as deep learning, scientific computing, and high-performance computing (HPC). This CUDA Programming Guide is the official, comprehensive resource on the CUDA programming model and how to write code that executes on the GPU using the CUDA platform. This guide covers everything from the…

saved by

related reading