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.

Host Synchronization<br />

All kernel launches are asynchronous<br />

control returns to CPU immediately<br />

kernel executes after all previous <strong>CUDA</strong> calls have<br />

completed<br />

cudaMemcpy() is synchronous<br />

control returns to CPU after copy completes<br />

copy starts after all previous <strong>CUDA</strong> calls have<br />

completed<br />

cudaThreadSynchronize()<br />

blocks until all previous <strong>CUDA</strong> calls complete<br />

© 2008 NVIDIA Corporation.

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

Saved successfully!

Ooh no, something went wrong!