|
|
|
|
More later on these subjects:
|
|
|
|
Grids will help you organize the threads that execute the same kernel program
|
In other words:
So threads in the same thread block are running inside the same multi-processor !!!
The processors inside the same multi-processor can access the shared memory inside the multi-processor !!!
That's why the threads in the same thread block can communicate with each others via their shared memory !!!