- The CPU fetches
1 instruction and
executes
the instruction on
1 (pair) of input data
- The CPU
can execute the
instruction
very fast
|
- The GPU fetches
1 instruction and make
multiple ALU units
executes the same instruction
(on different input data)
- The execution time for
1 instruction is
not as fast as
the CPU instruction execution time
- GPU makes up
the difference by using
multiple simultaneous executions
|
|