Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix numbers of subsections in "2. Computer Architecture". The numbers of the subsections were starting with "1." instead of "2.". #299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions content/english/hpc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
title: Algorithms for Modern Hardware
menuTitle: HPC
weight: 5
#authors:
#- Sergey Slotin
#created: "Feb 2021"
#date: 2021-09-16
noToc: true
---

Expand Down Expand Up @@ -88,14 +84,14 @@ Planned table of contents:
1.3. Models of Computation
1.4. When to Optimize
2. Computer Architecture
1.1. Instruction Set Architectures
1.2. Assembly Language
1.3. Loops and Conditionals
1.4. Functions and Recursion
1.5. Indirect Branching
1.6. Machine Code Layout
1.7. System Calls
1.8. Virtualization
2.1. Instruction Set Architectures
2.2. Assembly Language
2.3. Loops and Conditionals
2.4. Functions and Recursion
2.5. Indirect Branching
2.6. Machine Code Layout
2.7. System Calls
2.8. Virtualization
3. Instruction-Level Parallelism
3.1. Pipeline Hazards
3.2. The Cost of Branching
Expand Down