2023-09-13 15:42:57 +02:00
|
|
|
\documentclass[11pt,a4paper]{report}
|
|
|
|
|
|
|
|
\input{include/packages.tex}
|
2023-09-14 15:22:49 +02:00
|
|
|
\input{include/biblio.tex}
|
2023-09-13 15:42:57 +02:00
|
|
|
|
|
|
|
\author{Théophile \textsc{Bastian}}
|
2024-12-12 11:56:12 +01:00
|
|
|
\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}
|
2023-09-13 15:42:57 +02:00
|
|
|
|
|
|
|
\begin{document}
|
2023-09-13 16:39:44 +02:00
|
|
|
\selectlanguage{english}
|
2023-09-13 16:45:31 +02:00
|
|
|
\includepdf{assets/couverture_these.pdf}
|
2023-09-13 16:39:44 +02:00
|
|
|
|
2023-09-14 15:22:34 +02:00
|
|
|
\importchapter{00_opening}
|
|
|
|
\importchapter{10_introduction}
|
|
|
|
\importchapter{20_foundations}
|
|
|
|
\importchapter{30_palmed}
|
|
|
|
\importchapter{40_A72-frontend}
|
|
|
|
\importchapter{50_CesASMe}
|
|
|
|
\importchapter{60_staticdeps}
|
2024-06-15 21:18:46 +02:00
|
|
|
\importchapter{90_wrapping_up}
|
2023-09-14 15:22:34 +02:00
|
|
|
\importchapter{99_conclusion}
|
|
|
|
|
2023-09-14 18:45:53 +02:00
|
|
|
\addcontentsline{toc}{chapter}{Bibliography}
|
2024-08-15 19:16:37 +02:00
|
|
|
\printbibliography{}
|
2023-09-14 18:45:53 +02:00
|
|
|
|
2023-09-13 15:42:57 +02:00
|
|
|
\end{document}
|