From c7169b2e7a3d3873c03058f8b7f7344a66dd2165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 5 Dec 2024 16:15:20 +0100 Subject: [PATCH] Add summary slide to intro --- slides/10_popularization/main.tex | 18 ++++++++++++++++++ slides/main.tex | 3 --- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/slides/10_popularization/main.tex b/slides/10_popularization/main.tex index 8d8eacf..b0eaca2 100644 --- a/slides/10_popularization/main.tex +++ b/slides/10_popularization/main.tex @@ -1,3 +1,5 @@ +\selectlanguage{french} + \section{Introduction (en français)} \begin{frame} @@ -162,3 +164,19 @@ \textbf{\alert{``Analyseurs de code''}} \end{center} \end{frame} + +\selectlanguage{english} + +\begin{frame}{Summary} + \begin{itemize} + \item Performance prediction for \alert{computational microkernels} + \item Approach based on \alert{bottlenecks} + \item Requires \alert{microarchitectural models} + \end{itemize} + + \vfill{} + + \begin{center} + \textbf{Works centered on developing parts of these models} + \end{center} +\end{frame} diff --git a/slides/main.tex b/slides/main.tex index 4556ea7..32a82ea 100644 --- a/slides/main.tex +++ b/slides/main.tex @@ -33,11 +33,8 @@ CORSE team}}} % \tableofcontents[hideallsubsections] %\end{frame} -\selectlanguage{french} \importchapter{10_popularization} -\selectlanguage{english} \importchapter{20_foundations} -%\importchapter{30_frontend} \importchapter{40_cesasme} \importchapter{50_staticdeps} \importchapter{60_a72combined}