Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 976 Bytes

File metadata and controls

12 lines (10 loc) · 976 Bytes
What is Parallel Computing?
Concept where multiple operations (calculations or executions) of processes are carried out simultaneously
Do threads from different blocks interact?
No, the GPU will execute an instruction for all threads in the same block before moving to next instruction