Cesasme: trimmed dataset slide

This commit is contained in:
Théophile Bastian 2024-11-26 18:24:51 +01:00
parent c7564ff048
commit 6f6e90166e
2 changed files with 1531 additions and 7 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 74 KiB