How come a CPU has very few cores compared to a GPU that has thousands of cores and what causes GPU cores to be so small?

684 views

How come a CPU has very few cores compared to a GPU that has thousands of cores and what causes GPU cores to be so small?

In: Technology

4 Answers

Anonymous 0 Comments

CPUs are very general purpose, they can do lots of different operations (they have a large “Instruction Set”). GPUs on the other hand are very specialized in what the can do. This means that single GPU core is much smaller (and simpler) than a CPU core, but also that a GPU cannot do most of the things a CPU can,

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