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.

Multiblock Dot Product<br />

� Recall our dot product launch:<br />

// launch dot() kernel with 1 block and N threads<br />

dot>( dev_a, dev_b, dev_c );<br />

� Launching with one block will not utilize much of the GPU<br />

� Let’s write a multiblock version of dot product

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

Saved successfully!

Ooh no, something went wrong!