Compare commits

...

2 commits

3 changed files with 1533 additions and 9 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

View file

@ -49,8 +49,8 @@
\textbf{MAPE} & \textbf{Median} & \textbf{Q1} & \textbf{Q3} & \textbf{$K_\tau$} \\
& (\%) & (\%) & (\%) & (\%) & (\%) & \\
\midrule
A72 combined & 0.51 & 19.26 & 12.98 & 5.57 & 25.38 & 0.75\\
llvm-mca & 0.06 & 32.60 & 25.17 & 8.84 & 59.16 & 0.69\\
A72 combined & 0.51 & 19.26 & 12.98 & 5.57 & \alert{25.38} & 0.75\\
llvm-mca & 0.06 & 32.60 & \alert{25.17} & 8.84 & 59.16 & 0.69\\
Osaca (backend) & 0.17 & 49.33 & 50.19 & 33.53 & 64.94 & 0.67\\
Osaca (crit. path) & 0.17 & 84.02 & 70.39 & 40.37 & 91.47 & 0.24\\
\bottomrule

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 74 KiB