What is the internal difference between a CPU and GPU?

490 views

I know what purpose they serve, but aren’t they both just doing calculations?

In: Technology

3 Answers

Anonymous 0 Comments

CPU: A jack-of-all-trades who can do pretty much every task you throw at it, but can’t do a lot of them at once.

GPU: A specialized robot assembly line which excels in doing a specific task very efficiently, but completely fails if you give it another task.

As it happens, computing graphics is exactly one of these repetitive tasks that are always the same and need to be done millions of times a second. However, GPUs aren’t really limited to graphics calculations, for example crypto mining is also really efficient on GPUs since it’s also very repetitive.

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