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.

Hello, World! with Device Code<br />

__global__ void kernel( void ) {<br />

}<br />

int main( void ) {<br />

}<br />

kernel();<br />

printf( "Hello, World!\n" );<br />

return 0;<br />

� Two notable additions <strong>to</strong> the original “Hello, World!”

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

Saved successfully!

Ooh no, something went wrong!