CSDN

并行算法、高性能计算、高性能数学库

计算机体系结构复习笔记

1 计算机系统结构基础 冯·诺依曼结构:运算器、控制器、存储器、输入、输出=>核心思想:存储程序 性能、成本、功耗 性能: $$ MIPS=\frac{Instructions}{Seconds}\times10^{-6} $$ $$ CPUTime=\frac{Seconds}{Program}=\frac{Instructions}{Program}\times\frac{Cycles}{Instruction}\times\frac{Seconds}{Cycle} $$ $$ ExTime_{new}=Extime_{old}\times(1-Fraction_{enhanced}+\frac{Fraction_{enhanced}}{Speedup_{enhanced}}) $$ $$