06.08.2012 Views

Getting Started with CUDA

Getting Started with CUDA

Getting Started with CUDA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Execution Model<br />

Software Hardware<br />

Thread<br />

Thread<br />

Block<br />

...<br />

Thread<br />

Processor<br />

Multiprocessor<br />

Grid Device<br />

Threads are executed by thread<br />

processors<br />

Thread blocks are executed on<br />

multiprocessors<br />

Thread blocks do not migrate<br />

Several concurrent thread blocks can<br />

reside on one multiprocessor - limited<br />

by multiprocessor resources (shared<br />

memory and register file)<br />

A kernel is launched as a grid of<br />

thread blocks<br />

Only one kernel can execute on a<br />

device at one time<br />

© 2008 NVIDIA Corporation.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!