-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdpp-notes.tex
43 lines (28 loc) · 947 Bytes
/
dpp-notes.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
\documentclass[oneside]{memoir}
\input{preample.tex}
\title{Course notes for Data Parallel Programming}
\author{Troels Henriksen} \date{\today}
\begin{document}
\maketitle
\section{Meta}
These notes are written to supplement the other reading material in
the course \textit{Data Parallel Programming}. Consider them
terminally in-progress. These notes are not a textbook, do not cover
the entire curriculum, and might not be comprehensible if isolated
from the course and its other teaching activities.
These notes are made available under the terms of the \textit{Creative
Commons Attribution-ShareAlike 4.0 International Public License}.
\newpage
\tableofcontents
\newpage
\listoftheorems[title=Definitions,ignoreall,show={definition}]
\input{deterministic.tex}
\input{cost-models.tex}
\newpage
\bibliographystyle{plain}
\bibliography{bibliography}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: