forked from ChrisCummins/phd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
38 lines (24 loc) · 847 Bytes
/
paper.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
\input{preamble}
\begin{document}
\title{DeepSmith: Compiler Fuzzing through Deep Learning}
\author{
Chris~Cummins\addressnum{1}\comma\extranum{1}
Pavlos~Petoumenos\addressnum{1},
Alastair~Murray\addressnum{2},
Hugh~Leather\addressnum{1}
}
\address{1}{University of Edinburgh, Scotland, UK}
\address{2}{Codeplay Software, Edinburgh, Scotland, UK}
\extra{1}{E-mail: [email protected]}
\extra{2}{This work was supported by the UK EPSRC under grants EP/L01503X/1 (CDT in Pervasive Parallelism), and EP/P003915/1 (SUMMER).}
\pagestyle{empty}
\input{abstract}
\keywords{Deep Learning; Compilers; Differential Testing; OpenCL}
\lstset{language=[OpenCL]C}
\input{sec/intro}
\input{sec/deepsmith}
\input{sec/eval}
\input{sec/conclusion}
\bibliographystyle{plain}
\bibliography{refs}
\end{document}