Cooperation and synchronization
Thread cooperation
Threads within a block can synchronise
A thread cannot synchronise with threads in other blocks

Thread synchronisation
Within a block you can:
exchange data vie shared memory (or other)
synchronise threads: __syncthreads()

Last updated
Was this helpful?