This contains my bachelors thesis and associated tex files, code snippets and maybe more. Topic: Data Movement in Heterogeneous Memories with Intel Data Streaming Accelerator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
349 B

  1. \begin{tabular}{llll}
  2. \toprule
  3. Configuration & Speedup & Cache Hitrate & Raw Time \\
  4. \midrule
  5. DDR-SDRAM (Baseline) & x1.00 & \textemdash & 131.18 ms \\
  6. HBM (Upper Limit) & x1.41 & \textemdash & 93.09 ms \\
  7. Prefetching & x0.82 & 89.38 \% & 159.72 ms \\
  8. Prefetching, Distributed Columns & x1.23 & 93.20 \% & 106.52 ms \\
  9. \bottomrule
  10. \end{tabular}