29.01.2013 Views

Tutorial CUDA

Tutorial CUDA

Tutorial CUDA

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>CUDA</strong> Advantages over Legacy GPGPU<br />

Random access byte-addressable memory<br />

Thread can access any memory location<br />

Unlimited access to memory<br />

Thread can read/write as many locations as needed<br />

Shared memory (per block) and thread<br />

synchronization<br />

Threads can cooperatively load data into shared memory<br />

Any thread can then access any shared memory location<br />

Low learning curve<br />

Just a few extensions to C<br />

No knowledge of graphics is required<br />

No graphics API overhead<br />

© NVIDIA Corporation 2008 128

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

Saved successfully!

Ooh no, something went wrong!