📜  CPU和GPU的区别

📅  最后修改于: 2021-09-12 11:05:40             🧑  作者: Mango

中央处理单元(CPU):
CPU 被称为每个根深蒂固的系统的大脑。 CPU 包括用于快速存储信息和执行计算的算术逻辑单元 (ALU) 和用于执行指令排序和分支的控制单元 (CU)。 CPU 与更多的计算机组件(例如内存、输入和输出)交互以执行指令。

图形处理单元(GPU):
GPU 用于在计算机游戏中提供图像。 GPU 比 CPU 的速度更快,并且强调高吞吐量。它通常与电子设备相结合,用于与电子设备共享 RAM,这对于最重要的计算任务是很好的。它包含的 ALU 单元比 CPU 多。

CPU 和 GPU 的基本区别在于 CPU 强调低延迟。而 GPU 则强调高吞吐量。

我们来看看CPU和GPU的区别:

S.NO CPU GPU
1. CPU stands for Central Processing Unit. While GPU stands for Graphics Processing Unit.
2. CPU consumes or needs more memory than GPU. While it consumes or requires less memory than CPU.
3. The speed of CPU is less than GPU’s speed. While GPU is faster than CPU’s speed.
4. CPU contain minute powerful cores. While it contain more weak cores.
5. CPU is suitable for serial instruction processing. While GPU is not suitable for serial instruction processing.
6. CPU is not suitable for parallel instruction processing. While GPU is suitable for parallel instruction processing.
7. CPU emphasis on low latency. While GPU emphasis on high throughput.