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