An Overview of General Purpose Graphics Processing Units: Marc Moreno Maza
An Overview of General Purpose Graphics Processing Units: Marc Moreno Maza
Processing Units
UWO
April 1st, 2014
The CUDA programming and memory models
Shared memory:
Each thread block has its own shared memory, which is accessible
only by the threads within that block
Data lifetime = block lifetime
Local storage:
Each thread has its own local storage
Data lifetime = thread lifetime
The CUDA programming and memory models
Hardware multithreading