Browse Source

add rawtiming table for the comparison-benchmarks (dram,hbm) in the qdp lotter, update the plots

master
Constantin Fürst 11 months ago
parent
commit
f653c22f88
  1. BIN
      qdp_project/plots/plot-timing-distprefetch.pdf
  2. BIN
      qdp_project/plots/plot-timing-dram.pdf
  3. BIN
      qdp_project/plots/plot-timing-hbm.pdf
  4. BIN
      qdp_project/plots/plot-timing-prefetch.pdf
  5. 8
      qdp_project/plots/table-qdp-baseline.tex
  6. 10
      qdp_project/plots/table-qdp-speedup.tex
  7. 10
      qdp_project/plots/table-qdpspeedup.tex

BIN
qdp_project/plots/plot-timing-distprefetch.pdf

BIN
qdp_project/plots/plot-timing-dram.pdf

BIN
qdp_project/plots/plot-timing-hbm.pdf

BIN
qdp_project/plots/plot-timing-prefetch.pdf

8
qdp_project/plots/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}

10
qdp_project/plots/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}

10
qdp_project/plots/table-qdpspeedup.tex

@ -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}
Loading…
Cancel
Save