Basis 基础知识
1. 计算机系统结构的概念
计算机系统结构的分类方法
Flynn's taxonomy: concerning the number of concurrent instr. streams and data streams
- SISD: 标量流水线处理机;传统串行计算机
- SIMD: 向量流水线处理机
- MISD
- MIMD: 多核架构
2. 性能指标
2.1 CPU 性能公式
CPU 时间 = IC × CPI × 时钟周期时间(频率倒数)
注意: CPI 低不一定意味着性能更高;如果时钟周期数大,总时间可能更长。
2.2 Amdahl's Law
make the common case fast
Turning Point in Computer Arch:
- instr. parallelization -> threads and data parallelization
Last update:
June 10, 2022
Authors: