diff --git a/slides/40_cesasme/main.tex b/slides/40_cesasme/main.tex index 3feb7cd..3ce0d3a 100644 --- a/slides/40_cesasme/main.tex +++ b/slides/40_cesasme/main.tex @@ -168,11 +168,11 @@ for(c3) \begin{frame}{Pruning memory-carried dependencies (Intel Skylake on Grid5000)} \newcommand{\full}{{\color[HTML]{c7805a}Full}} - \newcommand{\pruned}{{\color[HTML]{4360be}Pruned}} + \newcommand{\pruned}{{\color[HTML]{4360be}Trim}} \begin{columns} \column{\dimexpr\paperwidth-8pt} \centering - \begin{minipage}[c]{0.55\textwidth} + \begin{minipage}[c]{0.50\textwidth} \centering \footnotesize \begin{tabular}{l r r r r r} @@ -181,17 +181,20 @@ for(c3) \textbf{MAPE} & \textbf{Median} & \textbf{$K_\tau$} \\ & & (\%) & (\%) & \\ \midrule -llvm-mca & \full{} & 36.71 & 59.80 & 0.57 \\ -UiCA & \full{} & 29.59 & 52.99 & 0.58 \\ -Iaca & \full{} & 30.23 & 57.18 & 0.59 \\ +\multirow{2}*{llvm-mca} & \full{} & 36.71 & 59.80 & 0.57 \\ + & \pruned{} & 27.06 & 21.04 & 0.79\\ +\multirow{2}*{UiCA} & \full{} & 29.59 & 52.99 & 0.58 \\ + & \pruned{} & 18.42 & 11.96 & 0.80\\ +\multirow{2}*{Iaca} & \full{} & 30.23 & 57.18 & 0.59 \\ + & \pruned{} & 17.55 & 12.17 & 0.82\\ \bottomrule \end{tabular} \end{minipage} \hfill\vrule\hfill - \begin{minipage}[c]{0.43\textwidth} + \begin{minipage}[c]{0.48\textwidth} \centering \includegraphics[width=\textwidth]{nomemdeps_boxplot.svg}\\ - {\small\textit{Outliers > 250\,\% trimmed}} + {\small\textit{Outliers > 200\,\% trimmed}} \end{minipage} \end{columns} \let\full\undefined