Fix DNN graphic padding

This commit is contained in:
2024-02-22 22:23:00 +01:00
parent 33132ea541
commit 860e2e3ca6
2 changed files with 3 additions and 2 deletions

View File

@@ -69,7 +69,8 @@ This allows an exaggerated evaluation of the performance gains of \ac{pim} in an
\subsection{Simulation Results}
\subsubsection{Workload Kernels}
% Vector ADD und Vector MUL
% Vector Skalar ADD und Vector Skalar MUL
% Vector Skalar ADD und Vector Skalar MUL (HCAL)
% Vector HAXPY x*a+y
% GEMV
% Samsung 7.4x-8.9x
% "inference" mit mehreren layern

View File

@@ -45,7 +45,7 @@
\node (prod) [right=4mm of matrix] {$\times$};
\matrix (input_vector) [matrix of nodes,left delimiter=(,right delimiter=),right of=prod] {
\matrix (input_vector) [matrix of nodes,left delimiter=(,right delimiter=),right=4mm of prod] {
$i_{0}$ \\
$i_{1}$ \\
$i_{2}$ \\