Ignore:
Timestamp:
Aug 1, 2023, 9:58:44 PM (10 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
56eb7f8
Parents:
b3ac8ce3
Message:

move figure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/text/actors.tex

    rb3ac8ce3 r5d8cc96  
    13651365\end{figure}
    13661366
     1367\begin{figure}
     1368        \centering
     1369        \subfloat[AMD \CFA Matrix Benchmark]{
     1370                \resizebox{0.5\textwidth}{!}{\input{figures/nasusCFAMatrix.pgf}}
     1371                \label{f:cfaMatrixAMD}
     1372        }
     1373        \subfloat[Intel \CFA Matrix Benchmark]{
     1374                \resizebox{0.5\textwidth}{!}{\input{figures/pykeCFAMatrix.pgf}}
     1375                \label{f:cfaMatrixIntel}
     1376        }
     1377        \caption{The matrix benchmark comparing \CFA stealing heuristics (lower is better).}
     1378\end{figure}
     1379
    13671380Figures~\ref{f:cfaRepeatAMD} and~\ref{f:cfaRepeatIntel} show the effects of the stealing heuristics for the repeat benchmark.
    13681381This benchmark is a pathological case for work stealing actor systems, as the majority of work is being performed by the single actor conducting the scatter/gather.
     
    13891402Hence, it is difficult to attribute the AMD gain to the aggressive work stealing in CAF.
    13901403
    1391 \begin{figure}
    1392         \centering
    1393         \subfloat[AMD \CFA Matrix Benchmark]{
    1394                 \resizebox{0.5\textwidth}{!}{\input{figures/nasusCFAMatrix.pgf}}
    1395                 \label{f:cfaMatrixAMD}
    1396         }
    1397         \subfloat[Intel \CFA Matrix Benchmark]{
    1398                 \resizebox{0.5\textwidth}{!}{\input{figures/pykeCFAMatrix.pgf}}
    1399                 \label{f:cfaMatrixIntel}
    1400         }
    1401         \caption{The matrix benchmark comparing \CFA stealing heuristics (lower is better).}
    1402 \end{figure}
    1403 
    14041404% Local Variables: %
    14051405% tab-width: 4 %
Note: See TracChangeset for help on using the changeset viewer.