graph captions.
This commit is contained in:
parent
38d3141f62
commit
69245efa89
1 changed files with 2 additions and 2 deletions
|
@ -2231,13 +2231,13 @@ LRVM~\cite{lrvm}.
|
||||||
\begin{figure}[t]
|
\begin{figure}[t]
|
||||||
\includegraphics[width=3.3in]{oo7.pdf}
|
\includegraphics[width=3.3in]{oo7.pdf}
|
||||||
\vspace{-15pt}
|
\vspace{-15pt}
|
||||||
\caption{\sf\label{fig:oo7} oo7...}
|
\caption{\sf\label{fig:oo7} oo7 benchmark style graph traversal. The optimization performs well due to the presence of non local nodes.}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\begin{figure}[t]
|
\begin{figure}[t]
|
||||||
\includegraphics[width=3.3in]{trans-closure-hotset.pdf}
|
\includegraphics[width=3.3in]{trans-closure-hotset.pdf}
|
||||||
\vspace{-12pt}
|
\vspace{-12pt}
|
||||||
\caption{\sf\label{fig:hotGraph} hotset...}
|
\caption{\sf\label{fig:hotGraph} Hot Set based graph traversal. Here we see that the multiplexer helps when the graph has poor locality. However, in the cases where depth first search performs well, the traversal is relatively inexpensive.}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
We loosely base the graphs for this test on the graphs used by the oo7
|
We loosely base the graphs for this test on the graphs used by the oo7
|
||||||
|
|
Loading…
Reference in a new issue