Add TODO
This commit is contained in:
parent
d4c08646c9
commit
59de13b1d1
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ for(int measure=0; measure < NUM_MEASURES; ++measure) {
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
While this is sensible for conducting throughput measures, it also introduces
|
While this is sensible for conducting throughput measures, it also introduces
|
||||||
unwanted dependencies. If, for instance, the kernel consists in
|
unwanted dependencies \todo{explain why}. If, for instance, the kernel consists in
|
||||||
$A[i] = C\times{}A[i] + B[i]$, implemented by\\
|
$A[i] = C\times{}A[i] + B[i]$, implemented by\\
|
||||||
\begin{minipage}{0.95\linewidth}
|
\begin{minipage}{0.95\linewidth}
|
||||||
\begin{lstlisting}[language={[x86masm]Assembler}]
|
\begin{lstlisting}[language={[x86masm]Assembler}]
|
||||||
|
|
Loading…
Add table
Reference in a new issue