29 lines
782 B
TeX
29 lines
782 B
TeX
\documentclass[11pt,a4paper,notitlepage]{report}
|
|
|
|
\input{include/packages.tex}
|
|
\input{include/biblio.tex}
|
|
|
|
\author{Théophile \textsc{Bastian}}
|
|
\date{9 December 2024}
|
|
\title{Towards automatic characterization of microarchitectural behaviour for
|
|
performance modelling of computing kernels: an analysis of the Cortex A72
|
|
and Intel architectures}
|
|
|
|
\begin{document}
|
|
\selectlanguage{english}
|
|
\includepdf{assets/couverture_these.pdf}
|
|
|
|
\importchapter{00_opening}
|
|
\importchapter{10_introduction}
|
|
\importchapter{20_foundations}
|
|
\importchapter{30_palmed}
|
|
\importchapter{40_A72-frontend}
|
|
\importchapter{50_CesASMe}
|
|
\importchapter{60_staticdeps}
|
|
\importchapter{90_wrapping_up}
|
|
\importchapter{99_conclusion}
|
|
|
|
\addcontentsline{toc}{chapter}{Bibliography}
|
|
\printbibliography{}
|
|
|
|
\end{document}
|