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.

<strong>CUDA</strong> Built-in Device Variables<br />

All __global__ and __device__ functions have<br />

access to these automatically defined variables<br />

dim3 gridDim;<br />

Dimensions of the grid in blocks (at most 2D)<br />

dim3 blockDim;<br />

Dimensions of the block in threads<br />

dim3 blockIdx;<br />

Block index <strong>with</strong>in the grid<br />

dim3 threadIdx;<br />

Thread index <strong>with</strong>in the block<br />

© 2008 NVIDIA Corporation.

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

Saved successfully!

Ooh no, something went wrong!