Vector simulations
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user