Vector simulations

This commit is contained in:
2024-03-01 15:34:40 +01:00
parent ee2405aaa9
commit 47796cdae5
9 changed files with 115 additions and 31 deletions

View File

@@ -5,11 +5,12 @@
width=0.9\textwidth,
ybar=1pt,
bar width = 15pt,
ymin=0,
ymax=5,
ytick distance=1,
ymin=0.1,
ymax=100,
ymode=log,
log origin=infty,
ymajorgrids,
ylabel={Speedup},
ylabel={Relative Performance},
tick pos=left,
xtick=data,
xticklabels from table={\gemv}{level},
@@ -26,6 +27,6 @@
\addlegendentry{GEMV}
\addplot[fill=_orange!90] table [x expr=\coordindex, y={speedup}]{\gemvlayers};
\addlegendentry{DNN Layers}
\addlegendentry{DNN}
\end{axis}
\end{tikzpicture}