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 />

int main( void ) {<br />

}<br />

kernel>();<br />

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

return 0;<br />

� Triple angle brackets mark a call from host code <strong>to</strong> device code<br />

— Sometimes called a “kernel launch”<br />

— We’ll discuss the parameters inside the angle brackets later<br />

� This is all that’s required <strong>to</strong> execute a function on the GPU!<br />

� The function kernel() does nothing, so this is fairly anticlimactic…

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

Saved successfully!

Ooh no, something went wrong!