Skip to content

Commit

Permalink
Add CPU pipelining content
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwoah-Kimi committed Nov 27, 2024
1 parent 3de4683 commit 71c5438
Show file tree
Hide file tree
Showing 6 changed files with 432 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/1_quantitative_principles.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 计算机设计的量化原理

!!! info "本章内容"
本章主要介绍计算机设计的量化原理,包括 Amdahl 定律、处理器性能公式等。
!!! info "本节内容"
主要介绍计算机设计的量化原理,包括 Amdahl 定律、处理器性能公式等。
对应《计算机体系结构:量化研究方法》的第一章

## Amdahl 定律
Expand Down
5 changes: 2 additions & 3 deletions docs/2_introduction_to_computer_architecture.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# What is Computer Architecture?

!!! info "Content Preview"
This part is based on Lecture 2 of CMU 447.
!!! info "本节内容"
本节主要是 CMU 447 的 第二讲内容。

## Introduction to Computer Architecture


### Computer Architecture in Levels of Transformation

- Problem
Expand Down
5 changes: 4 additions & 1 deletion docs/3_memory_hierarchy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Basic Concepts of Memory Hierarchy
# Memory Hierarchy

!!! info "本节内容"
本节内容主要来自《计算机体系结构:量化研究方法》第二章:存储器层次结构设计。

## 处理器层次结构中的缓存

Expand Down
Loading

0 comments on commit 71c5438

Please sign in to comment.