How are CPUs and GPUs different in build? What tasks are handled by the GPU instead of CPU and what about the architecture makes it more suited to those tasks?

1.38K views

How are CPUs and GPUs different in build? What tasks are handled by the GPU instead of CPU and what about the architecture makes it more suited to those tasks?

In: Engineering

13 Answers

Anonymous 0 Comments

CPUs use a few fast cores and are much better at complex linear tasks and GPUs use many weak cores and are better at parallel tasks. To use an analogy, the CPU does the hard math problems and the GPU does many, many easy problems all at once. Together they can tackle any test quickly and efficiently.

You are viewing 1 out of 13 answers, click here to view all answers.