Add A72 to backup slides
This commit is contained in:
parent
626ce715da
commit
12b419633b
5 changed files with 34 additions and 32 deletions
|
@ -1,30 +1,29 @@
|
||||||
\section{A frontend model for the Cortex A72}
|
%\section{A frontend model for the Cortex A72}
|
||||||
|
|
||||||
\begin{frame}{The Cortex A72}
|
%\begin{frame}{The Cortex A72}
|
||||||
\begin{itemize}
|
% \begin{itemize}
|
||||||
\item{} ARM
|
% \item{} ARM
|
||||||
\item{} CPU of the Raspberry Pi 4: easily available
|
% \item{} CPU of the Raspberry Pi 4: easily available
|
||||||
\medskip{}
|
% \medskip{}
|
||||||
\item{} ARM CPUs not usually modeled!
|
% \item{} ARM CPUs not usually modeled!
|
||||||
\item{} Backend modeled by \palmed{}
|
% \item{} Backend modeled by \palmed{}
|
||||||
\end{itemize}
|
% \end{itemize}
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
%\begin{frame}
|
|
||||||
% \centering
|
|
||||||
% \includegraphics[width=0.9\textwidth]{A72_pipeline_diagram.svg}
|
|
||||||
% \todo{Dispatch queues}
|
|
||||||
%\end{frame}
|
%\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Manual model}
|
\begin{frame}{A72 pipeline}
|
||||||
\begin{itemize}
|
\centering
|
||||||
\item Goal: manually craft a frontend model
|
\includegraphics[width=0.9\textwidth]{A72_pipeline_diagram.svg}
|
||||||
\item Try to follow methods that can be automated
|
|
||||||
\item Propose a parametric model for future works, leaving question
|
|
||||||
marks on some sections
|
|
||||||
\end{itemize}
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
%\begin{frame}{Manual model}
|
||||||
|
% \begin{itemize}
|
||||||
|
% \item Goal: manually craft a frontend model
|
||||||
|
% \item Try to follow methods that can be automated
|
||||||
|
% \item Propose a parametric model for future works, leaving question
|
||||||
|
% marks on some sections
|
||||||
|
% \end{itemize}
|
||||||
|
%\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Proposed parametric model}
|
\begin{frame}{Proposed parametric model}
|
||||||
\vfill
|
\vfill
|
||||||
\centering
|
\centering
|
||||||
|
@ -102,11 +101,11 @@
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Limitations}
|
%\begin{frame}{Limitations}
|
||||||
\begin{itemize}
|
% \begin{itemize}
|
||||||
\item Parts of this model were entirely manually solved (\eg{} \# of
|
% \item Parts of this model were entirely manually solved (\eg{} \# of
|
||||||
dispatch queues)
|
% dispatch queues)
|
||||||
\item Evaluation based on \palmed{} suite: biased
|
% \item Evaluation based on \palmed{} suite: biased
|
||||||
\item Must be tested on other architectures!
|
% \item Must be tested on other architectures!
|
||||||
\end{itemize}
|
% \end{itemize}
|
||||||
\end{frame}
|
%\end{frame}
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
@ -17,8 +17,7 @@ CORSE team}}}
|
||||||
%\subject{}
|
%\subject{}
|
||||||
%\logo{}
|
%\logo{}
|
||||||
\institute{
|
\institute{
|
||||||
\vspace{1em}
|
\vspace{1em} \includegraphics[height=0.8cm]{assets/logo/uga.svg}\hfill
|
||||||
\includegraphics[height=0.8cm]{assets/logo/uga.svg}\hfill
|
|
||||||
\includegraphics[height=0.8cm]{assets/logo/lig.svg}\hfill
|
\includegraphics[height=0.8cm]{assets/logo/lig.svg}\hfill
|
||||||
\includegraphics[height=0.8cm]{assets/logo/inria.svg}
|
\includegraphics[height=0.8cm]{assets/logo/inria.svg}
|
||||||
}
|
}
|
||||||
|
@ -68,4 +67,8 @@ CORSE team}}}
|
||||||
\Large{}Questions?
|
\Large{}Questions?
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\appendix
|
||||||
|
|
||||||
|
\importchapter{80_frontend}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in a new issue