Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MohsenLesani committed Sep 30, 2024
1 parent 4252900 commit 876ccce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
11 changes: 2 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ <h1 id="schedule">Schedule</h1>
<p>The schedule may adapt to our pace. The slides for each lecture are uploaded before the lecture.</p>
<h2 id="module-1-introduction-background-and-ilp">Module 1: Introduction, Background and ILP</h2>
<table>
<colgroup>
<col style="width: 12%" />
<col style="width: 34%" />
<col style="width: 8%" />
<col style="width: 22%" />
<col style="width: 22%" />
</colgroup>
<thead>
<tr class="header">
<th>Date</th>
Expand All @@ -90,14 +83,14 @@ <h2 id="module-1-introduction-background-and-ilp">Module 1: Introduction, Backgr
<td>Instruction Level Parallelism</td>
<td><a href="lectures/2.M1.2.pdf">slides</a></td>
<td>Appendix B &amp; Class slides</td>
<td>HW#1 Release</td>
<td></td>
</tr>
<tr class="odd">
<td>Oct 3</td>
<td>C++ threads and caches</td>
<td><a href="lectures/3.M1.3.pdf">slides</a></td>
<td>Class Slides</td>
<td></td>
<td>HW#1 Release</td>
</tr>
</tbody>
</table>
Expand Down
8 changes: 4 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ The schedule may adapt to our pace. The slides for each lecture are uploaded bef
| Date | Topic | Slides | Readings | Event
| ----------- | ------------------------------- | -------- | -------------------- | --------------------
| Sep 26 | Welcome! | [slides](lectures/1.M1.1.pdf) | |
| Oct 1 | Instruction Level Parallelism | [slides](lectures/2.M1.2.pdf) | Appendix B & Class slides | HW#1 Release
| Oct 3 | C++ threads and caches | [slides](lectures/3.M1.3.pdf) | Class Slides |
| Oct 1 | Instruction Level Parallelism | [slides](lectures/2.M1.2.pdf) | Appendix B & Class slides |
| Oct 3 | C++ threads and caches | [slides](lectures/3.M1.3.pdf) | Class Slides | HW#1 Release

## Module 2: Mutual Exclusion

| Date | Topic | Slides | Readings | Event
| ----------- | ------------------------------- | -------- | -------------------- | --------------------
| Oct 8 | Principles of Mutual Exclusion | [slides](lectures/4.M2.1.pdf) | Chapter 2 |
| Oct 10 | Mutual Exclusion in Practice | [slides](lectures/5.M2.2.pdf) | Chapter 2 | HW#1 Deadline, HW#2 Release
| Oct 15 | Specialized Mutual Exclusion | [slides](lectures/6.M2.3.pdf) | Chapter 7.5 - end |
| Oct 10 | Mutual Exclusion in Practice | [slides](lectures/5.M2.2.pdf) | Chapter 2 | HW#2 Release
| Oct 15 | Specialized Mutual Exclusion | [slides](lectures/6.M2.3.pdf) | Chapter 7.5 - end | HW#1 Deadline
| Oct 17 | Mutex Wrapup | [slides](lectures/7.M2.4.pdf) | Chapter 8 |

## Module 3: Concurrent Data Structures
Expand Down

0 comments on commit 876ccce

Please sign in to comment.