Bureaucrats, cc_docs_admin, cc_staff
337
edits
Line 67: | Line 67: | ||
* threads in different blocks can not cooperate | * threads in different blocks can not cooperate | ||
In this model the threads within a block work on the same set of instructions (but perhaps with different data sets) and exchange data between each other via shared memory. Threads in other blocks do the same thing (see Figure). | In this model the threads within a block work on the same set of instructions (but perhaps with different data sets) and exchange data between each other via shared memory. Threads in other blocks do the same thing (see Figure). | ||
[[File: | [[File:Cuda_threads.png|thumbnail|Threads within a block intercommunicate via shared memory . ]] | ||
= First CUDA C Program= | = First CUDA C Program= |