Skip to content
MisakaTang's Blog
Go back

UCAS-高级计算机体系结构笔记

Edit page

经典技术回顾

cpu设计历史

体系结构经典技术

性能参数计算

CPU指令类型

现代处理器核设计技术基础

存储系统设计:高速缓存

存储层次结构:

局部性原理:存储层次结构的基础

高速缓存优化策略

优化方向

存储系统设计:主存储器

没有miss rate 只关注命中时间 操作类型:

RAM:

Memory Bank:

memory access:

burst:

时序约束

rank: 片选bank channels: 内存通道 NUMA topology: non-uniform memory access DRAM controller 功能:

flash storage

是一种非易失存储器 是EPROM和EEPROM的升级产品 分类:

ISA tradeoffs

提供给程序员使用的指令集合 design point:

soul of computer architecture:

different ISA:

instruction:

elements of ISA:

availability & reliability

reliability:

availability = MTTF / (MTTF + MTTR) types of faults:

performance engineering

steps:

performance:

power:

evaluation choices:

on-chip networks

shift to multicore 单核很难提升 amdahl law:串行部分影响加速比 design:

cache coherence

communication models

implementing tow rules:

如何保证写传播

跟踪缓存状态和序列化

memory consistency

顺序一致性模型 松散一致性模型:

单核优化技术在多核存储一致性上遇到的问题:

弱一致性模型 + 内存保护指令

超算

GPU

领域特定架构


Edit page
Share this post on:

Previous Post
Java GC简单整理
Next Post
使用Docker Compose快速折腾双11新买的服务器