flâneur

An Easy Introduction to CUDA C and C++ | NVIDIA Technical Blog

developer.nvidia.com · 1,673 words · saved by 1 readers

This first post in a series on CUDA C and C++ covers the basic concepts of parallel programming on the CUDA platform with C/C++.

Update (January 2017): Check out a new, even easier introduction to CUDA! This post is the first in a series on CUDA C and C++, which is the C/C++ interface to the CUDA parallel computing platform. This series of posts assumes familiarity with programming in C. We will be running a parallel series of posts about CUDA Fortran targeted at Fortran programmers . These two series will cover the basic concepts of parallel computing on the CUDA platform. From here on unless I state otherwise, I will use the term “CUDA C” as shorthand for “CUDA C and C++”. CUDA C is essentially C/C++ with a few…

saved by

related reading