Lectures
在此下载课件,我们会尽量保证在对应课程开始之前上传课件
-
芯片发展史与AI芯片体系结构简介
Summary: 课程情况介绍,简要介绍芯片发展历程,以及简要介绍前沿AI芯片体系结构
[slides] [supplementary slides]
Suggested Readings:
- Online Verilog Exercise
- MIPS Website: The official website of MIPS
- MIT Eyriss: The official website of Eyriss, a hardware CNN accelerator developed by MIT
- RISCV: The official website of RISCV, a simplified instruction set developed by UC Berkeley
- Software Optimization: Introduce common methods for software optimization to accomondate hardware
- Compiler Optimization: 编译器优化相关介绍
-
半导体晶体管与逻辑设计
Summary: 晶体管原理及数字电路基础,为后续学习更复杂的电路结构做准备
[slides] [supplemantary slides]
Suggested Readings:
- Online Verilog Exercise
- 数字集成电路设计原理: 包含静态逻辑动态逻辑等内容
- CMOS Delay Model: Slides given by UIUC ECE342
- Digital Integrated Circuits - A Design Perspective: A reference book for digital integrated circuits deisgn.
- Verilog HDL高级数字设计: Verilog参考书籍
- Logical Effort - 1: An introdcution to logical effort concept and calculations
- Logical Effort - 2: Slides about logical effort by UT Austin
-
-
复杂逻辑与计算单元设计
Summary: 介绍时序电路、复杂计算单元、状态机以及量化与数据格式
[slides] [supplementary slides]
Suggested Readings:
- Online Verilog Exercise: A website for verilog exercise
- FSM Supplementary: 介绍有限状态机与常见的状态机代码格式
- 乘法器设计: 乘法器设计参考教材
- PGK Adder Tree: Slides for PGK adder tree design
- 时序分析: 时序分析(STA)教材中文翻译版,可以参考第一章第二章中的基本概念
- STA basics and examples: Basic concepts in STA (including setup time, hold time, skew, jitter and etc.)
- SRAM Wiki: Wikipedia page for SRAM
- DRAM Wiki: Wikipedia for DRAM
-
指令集与流水线设计
Summary: 介绍指令集ISA基础与流水线CPU的设计原理
[slides]
Suggested Readings:
- Nvidia PTX/SASS
- RISC-V
- Instruction Set: Appendix A in the textbook
- Pipelining: Appendix C in the textbook
- MIPS ISA: MIPS ISA introduction
-
指令集与流水线架构-2
Summary: 介绍流水线CPU中的数据/控制冲突与处理方法
[slides]
Suggested Readings
- Pipelining: Appendix C in the textbook
- Hazards: P150 - P156 in the text book
- 汇编代码例子
-
指令乱序执行微架构
Summary: 介绍超标量架构数据控制冲突、动态发射与乱序执行设计、分支处理机制与地址预测
[slides]
Suggested Readings
-
Instruction Level Parallelism & Branch Prediction: Textbook Chapter 3
-
OoO Arch Slides 1: Slides about OoO Execution
-
OoO Arch Slides 2: Slides about OoO Execution from Stony Brook
-
-
分支处理与缓存设计
Summary: 介绍分支处理与缓存设计
[slides]
Suggested Readings
-
Branch Prediction: A Slide about Branch Prediction at CMU
-
Super Scalar: Lecture Recording at ETH
-
Memory Hierarchy: A Slide about Memory Hierarchy.
-
-
多级缓存与缓存一致性
Summary: 介绍多级缓存结构与Cache Coherence相关知识
[slides]
Suggested Readings
-
Memory Hierarchy: Lecture about Memory Hierarchy
-
Cache Coherence: Cache Coherence Lecture
-
-
多核多线程与AI芯片基础
Summary: 介绍多核多线程数据并行,编译静态优化,GPU与AI芯片等相关概念
[slides]
Suggested Reading
-
Multi-threading: An introduction to multi-threading with CPU
-
NVDIA H100: NVDIA H100 website
-
AI Accelerator: A lecture about AI acclerator deign methodology
-