Skip to content
Snippets Groups Projects
Verified Commit 6b4f4bc1 authored by Joshua Balthasar Kobschätzki's avatar Joshua Balthasar Kobschätzki :speech_balloon:
Browse files

chore: add benchmark diagrams

parent f8a33ffd
No related branches found
No related tags found
No related merge requests found
Showing
with 22894 additions and 8185 deletions
This diff is collapsed.
This diff is collapsed.
images/adaptive.a100.png

21 KiB

images/adaptive.cpu-genoa.png

21 KiB

images/adaptive.pvc.png

20.4 KiB

images/adaptive.standard96_test.png

21.6 KiB

images/cpp.cpu-genoa.png

20.3 KiB

images/cpp.gpu-a100.png

20.6 KiB

images/cpp.pvc.png

20.5 KiB

images/cpp.standard96.png

21.4 KiB

images/naive.a100.png

21 KiB

images/naive.cpu-genoa.png

20.9 KiB

images/naive.pvc.png

19.9 KiB

images/plot.png

23.3 KiB

images/simple.a100.png

21.1 KiB

images/simple.cpu-genoa.png

20.8 KiB

images/simple.pvc.png

20.4 KiB

No preview for this file type
......@@ -4,6 +4,8 @@
\usepackage{tikz,pgfplots,verbatim}
\usepackage{listings}
\usepackage{graphicx}
\usepackage{caption}
\usepackage[absolute,overlay]{textpos}
\definecolor{GrayCodeBlock}{RGB}{64, 160, 43}
\definecolor{BlackText}{RGB}{76, 79, 105}
\definecolor{RedTypename}{RGB}{210, 15, 57}
......@@ -51,8 +53,15 @@
string=[b]"
}
\newcommand\FrameText[1]{%
\begin{textblock*}{\paperwidth}(2pt,\textheight)
\footnotesize\raggedright #1\hspace{.5em}
\end{textblock*}}
\graphicspath{ {images/} }
\newcommand{\code}[1]{\lstinline[language=rust]{#1}}
\usetheme[sectionpage=none]{metropolis} % Use metropolis theme
......@@ -92,17 +101,46 @@
\end{itemize}
\end{frame}
\section{Benchmark results}
\begin{frame}[fragile]
\note{2 Min}
\frametitle{\secname}
\begin{center}
\begin{columns}
\column{.5\linewidth}
\includegraphics[height=110px]{adaptive.pvc.png}
\includegraphics[height=110px]{adaptive.cpu-genoa.png}
\column{.5\linewidth}
\includegraphics[height=110px]{cpp.pvc.png}
\includegraphics[height=110px]{cpp.cpu-genoa.png}
\end{columns}
\end{center}
\FrameText{Red = Q1.1, Blue = Q1.2, Yellow = Q2.1, Purple = Q2.2}
\end{frame}
\begin{frame}[fragile]
\note{2 Min}
\frametitle{\secname}
\begin{center}
\begin{columns}
\column{.5\linewidth}
\includegraphics[height=120px]{adaptive.a100.png}
\column{.5\linewidth}
\includegraphics[height=120px]{cpp.gpu-a100.png}
\end{columns}
\end{center}
\FrameText{Red = Q1.1, Blue = Q1.2, Yellow = Q2.1, Purple = Q2.2}
\end{frame}
\begin{frame}
\note{2 Min}
\frametitle{\secname}
\begin{columns}
\column{.5\linewidth}
\includegraphics[height=100px]{plot.png}
\includegraphics[height=100px]{plot.png}
\includegraphics[height=110px]{adaptive.pvc.png}
\includegraphics[height=110px]{adaptive.cpu-genoa.png}
\column{.5\linewidth}
\includegraphics[height=100px]{plot.png}
\includegraphics[height=100px]{plot.png}
\includegraphics[height=110px]{simple.pvc.png}
\includegraphics[height=110px]{simple.cpu-genoa.png}
\end{columns}
\FrameText{Red = Q1.1, Blue = Q1.2, Yellow = Q2.1, Purple = Q2.2}
\end{frame}
\section{Learning Outcomes}
\begin{frame}[fragile]{\secname}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment