6.9_Source_Code_Reference
6.9 Source Code Reference
The source code referenced in this chapter resides in the concurrency directory.
continues
Kernel Execution
This chapter gives a detailed description of how kernels are executed on the GPU: how they are launched, their execution characteristics, how they are organized into grids of blocks of threads, and resource management considerations. The chapter concludes with a description of dynamic parallelism—the new CUDA 5.0 feature that enables CUDA kernels to launch work for the GPU.