Skip to content

Commit

Permalink
Tweak figures
Browse files Browse the repository at this point in the history
  • Loading branch information
lundal committed Apr 3, 2014
1 parent be20d48 commit c5524c0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ \subsection{Delta Correlation Prefetching}

\begin{figure}[!ht]
\centering
\includegraphics[width=0.5\textwidth]{Figures/DCExample}
\includegraphics[width=0.35\textwidth]{Figures/DCExample}
\caption{Example Delta Stream (Reprinted from \protect{\cite{dcpt}})}
\label{fig:delta_stream}
\end{figure}
Expand All @@ -70,8 +70,8 @@ \subsection{Global History Buffer}

\begin{figure}[!ht]
\centering
\includegraphics[width=0.25\textwidth]{Figures/ghb}
\caption{Global History Buffer (Reprinted from \protect{\cite{ghb}})}
\includegraphics[width=0.3\textwidth]{Figures/ghb}
\caption{Global History Buffer Structure (Reprinted from \protect{\cite{ghb}})}
\label{fig:ghb}
\end{figure}

Expand All @@ -88,10 +88,11 @@ \subsection{CZone Delta Correlation}
\begin{figure}[!ht]
\centering
\includegraphics[width=0.5\textwidth]{Figures/CDC}
\caption{CZone Delta Correlation (Reprinted from \protect\cite{acdc}})
\caption{CZone Delta Correlation (Reprinted from \protect{\cite{acdc}})}
\label{fig:CDC}
\end{figure}

\todo{Rewrite this intro}
Figure \ref{fig:CDC} shows how CZone Delta Correlation works.
The memory is divided into different concentration zones (CZones).
The reason behind this is that memory load patterns from different areas of the memory may be different from each other, and the idea is to calculate correct prefetch based on the CZones of the load addresses.
Expand Down

0 comments on commit c5524c0

Please sign in to comment.