Skip to content

Commit 0310cbd

Browse files
committed
Remember to re-number
1 parent 91db929 commit 0310cbd

16 files changed

Lines changed: 16 additions & 16 deletions

lectures/L11-slides.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\input{configuration}
22
\usepackage{multirow}
33

4-
\title{Lecture 10 --- Use of Locks, Reentrancy}
4+
\title{Lecture 11 --- Use of Locks, Reentrancy}
55

66
\author{Jeff Zarnett \& Patrick Lam \\ \small \texttt{\{jzarnett, patrick.lam\}@uwaterloo.ca}}
77
\institute{Department of Electrical and Computer Engineering \\

lectures/L11.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
\begin{document}
44

5-
\lecture{10 --- Use of Locks, Reentrancy}{\term}{Jeff Zarnett}
5+
\lecture{11 --- Use of Locks, Reentrancy}{\term}{Jeff Zarnett}
66

77
\section*{Appropriate Use of Locking}
88

lectures/L12-slides.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\input{configuration}
22

3-
\title{Lecture 11 --- Lock Convoys, Atomics, Lock-Freedom}
3+
\title{Lecture 12 --- Lock Convoys, Atomics, Lock-Freedom}
44

55
\author{Patrick Lam \& Jeff Zarnett \\ \small \texttt{[email protected]}, \texttt{[email protected]}}
66
\institute{Department of Electrical and Computer Engineering \\

lectures/L12.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
\begin{document}
44

5-
\lecture{11 --- Lock Convoys, Atomics, Lock-Freedom}{\term}{Patrick Lam and Jeff Zarnett}
5+
\lecture{12 --- Lock Convoys, Atomics, Lock-Freedom}{\term}{Patrick Lam and Jeff Zarnett}
66

77
\section*{Lock Convoys}
88

lectures/L13-slides.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\input{configuration}
22
\usepackage{multirow}
33

4-
\title{Lecture 12 --- Dependencies and Speculation }
4+
\title{Lecture 13 --- Dependencies and Speculation }
55

66
\author{Patrick Lam \& Jeff Zarnett \\ \small \texttt{[email protected]}, \texttt{[email protected]}}
77
\institute{Department of Electrical and Computer Engineering \\

lectures/L13.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
\begin{document}
44

5-
\lecture{12 --- Dependencies and Speculation }{\term}{Patrick Lam and Jeff Zarnett}
5+
\lecture{13 --- Dependencies and Speculation }{\term}{Patrick Lam and Jeff Zarnett}
66

77
\section*{Dependencies}
88
Some computations appear to be ``inherently sequential''. There are plenty of real-life analogies:

lectures/L14-slides.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\input{configuration}
22

33

4-
\title{Lecture 13 --- Early Termination, Reduced-Resource Computation }
4+
\title{Lecture 14 --- Early Termination, Reduced-Resource Computation }
55

66
\author{Patrick Lam \& Jeff Zarnett \\ \small \texttt{[email protected]}, \texttt{[email protected]}}
77
\institute{Department of Electrical and Computer Engineering \\

lectures/L14.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
\begin{document}
44

5-
\lecture{13--- Early Termination, Reduced-Resource Computation}{\term}{Jeff Zarnett \& Patrick Lam}
5+
\lecture{14--- Early Termination, Reduced-Resource Computation}{\term}{Jeff Zarnett \& Patrick Lam}
66

77
\section*{Trading Accuracy for Time}
88

lectures/L15-slides.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
\input{configuration}
33

4-
\title{Lecture 14 --- Memory Consistency}
4+
\title{Lecture 15 --- Memory Consistency}
55

66
\author{Patrick Lam \& Jeff Zarnett\\ \small \texttt{[email protected]}, \texttt{[email protected]}}
77
\institute{Department of Electrical and Computer Engineering \\

lectures/L15.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
\begin{document}
44

5-
\lecture{14 --- Memory Consistency}{\term}{Patrick Lam and Jeff Zarnett}
5+
\lecture{15 --- Memory Consistency}{\term}{Patrick Lam and Jeff Zarnett}
66

77
\section*{Memory Consistency, Memory Barriers, and Reordering}
88
Previously, when atomics were introduced, we said to use sequential consistency without much detail and without discussing the other options. Now it's time to learn about it. We'll cover both instruction reordering by

0 commit comments

Comments
 (0)