From 7ad1e098182d1e8fe160e04c650303dea79eafce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Fri, 9 Feb 2024 23:25:02 +0100 Subject: [PATCH] move over the new tables (see previous commit) --- thesis/tables/table-qdp-baseline.tex | 8 ++++++++ thesis/tables/table-qdp-speedup.tex | 10 ++++++++++ thesis/tables/table-qdpspeedup.tex | 10 ---------- 3 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 thesis/tables/table-qdp-baseline.tex create mode 100644 thesis/tables/table-qdp-speedup.tex delete mode 100644 thesis/tables/table-qdpspeedup.tex diff --git a/thesis/tables/table-qdp-baseline.tex b/thesis/tables/table-qdp-baseline.tex new file mode 100644 index 0000000..e57532c --- /dev/null +++ b/thesis/tables/table-qdp-baseline.tex @@ -0,0 +1,8 @@ +\begin{tabular}{ll} +\toprule +Configuration & Raw Time \\ +\midrule +DDR-SDRAM (Baseline) & 131.18 ms \\ +HBM (Upper Limit) & 93.09 ms \\ +\bottomrule +\end{tabular} diff --git a/thesis/tables/table-qdp-speedup.tex b/thesis/tables/table-qdp-speedup.tex new file mode 100644 index 0000000..796b73c --- /dev/null +++ b/thesis/tables/table-qdp-speedup.tex @@ -0,0 +1,10 @@ +\begin{tabular}{llll} +\toprule +Configuration & Speedup & Cache Hitrate & Raw Time \\ +\midrule +DDR-SDRAM (Baseline) & x1.00 & \textemdash & 131.18 ms \\ +HBM (Upper Limit) & x1.41 & \textemdash & 93.09 ms \\ +Prefetching & x0.82 & 89.38 \% & 159.72 ms \\ +Prefetching, Distributed Columns & x1.23 & 93.20 \% & 106.52 ms \\ +\bottomrule +\end{tabular} diff --git a/thesis/tables/table-qdpspeedup.tex b/thesis/tables/table-qdpspeedup.tex deleted file mode 100644 index 71499be..0000000 --- a/thesis/tables/table-qdpspeedup.tex +++ /dev/null @@ -1,10 +0,0 @@ -\begin{tabular}{lll} -\toprule -Configuration & Speedup & Cache Hitrate \\ -\midrule -DDR-SDRAM (Baseline) & x1.00 & \textemdash \\ -HBM (Upper Limit) & x1.41 & \textemdash \\ -Prefetching & x0.82 & 89.38 \% \\ -Prefetching, Distributed Columns & x1.23 & 93.20 \% \\ -\bottomrule -\end{tabular}