15.08.2012 Views

Introduction to CUDA C

Introduction to CUDA C

Introduction to CUDA C

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.

__syncthreads()<br />

� We can synchronize threads with the function __syncthreads()<br />

� Threads in the block wait until all threads have hit the __syncthreads()<br />

Thread 0<br />

Thread 1<br />

Thread 2<br />

Thread 3<br />

Thread 4<br />

…<br />

__syncthreads()<br />

__syncthreads()<br />

__syncthreads()<br />

__syncthreads()<br />

__syncthreads()<br />

� Threads are only synchronized within a block

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

Saved successfully!

Ooh no, something went wrong!