29.01.2013 Views

Tutorial CUDA

Tutorial CUDA

Tutorial 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.

Language Extensions:<br />

Built-in Variables<br />

dim3 gridDim;<br />

Dimensions of the grid in blocks (gridDim.z unused)<br />

dim3 blockDim;<br />

Dimensions of the block in threads<br />

dim3 blockIdx;<br />

Block index within the grid<br />

dim3 threadIdx;<br />

© NVIDIA Corporation 2008<br />

Thread index within the block

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

Saved successfully!

Ooh no, something went wrong!