Few changes after test

This commit is contained in:
Théophile Bastian 2024-12-07 21:10:57 +01:00
parent 8ced97c52c
commit 0f36b8d229
2 changed files with 8 additions and 3 deletions

View file

@ -115,7 +115,10 @@ loop:
\column{\dimexpr\paperwidth-8pt} \column{\dimexpr\paperwidth-8pt}
\centering \centering
\begin{minipage}[c]{0.27\textwidth} \begin{minipage}[c]{0.27\textwidth}
~ \[
\text{err} = \dfrac{\abs{\text{predict} -
\text{measure}}}{\text{measure}}
\]
\end{minipage} \end{minipage}
\hfill \hfill
\begin{minipage}[c]{0.4\textwidth} \begin{minipage}[c]{0.4\textwidth}
@ -132,6 +135,8 @@ loop:
supplementary material}} supplementary material}}
\end{minipage} \end{minipage}
\vspace{0.7em}
\pause{}
\begin{center} \begin{center}
\textbf{\alert{Severely worse} than previous evaluations!}\\ \textbf{\alert{Severely worse} than previous evaluations!}\\
\textbf{\hspace{0.7cm}Harness broken?\hfill{}Harder \textbf{\hspace{0.7cm}Harness broken?\hfill{}Harder

View file

@ -12,7 +12,7 @@
\begin{minipage}[c]{0.5\textwidth} \begin{minipage}[c]{0.5\textwidth}
\begin{itemize} \begin{itemize}
\item Track register writes \item Track register writes
\item Generate dependency upon read \item Output dependency upon read
\end{itemize} \end{itemize}
\end{minipage} \end{minipage}
@ -90,7 +90,7 @@ add (§\alert{(\reg{rax})}§), %rbx
\item \alert{Compute arithmetics} normally (overflow is fine) \item \alert{Compute arithmetics} normally (overflow is fine)
\item Float or unknown operands $\leadsto \alert{\bot}$ \item Float or unknown operands $\leadsto \alert{\bot}$
\item Upon write, remember from which instruction \item Upon write, remember from which instruction
\item Upon read, if writer known, \alert{generate dependency} \item Upon read, if writer known, \alert{output dependency}
\end{itemize} \end{itemize}
\end{frame} \end{frame}