% This file was created by matlab2tikz v0.2.2. % Copyright (c) 2008--2012, Nico Schlömer % All rights reserved. % % The latest updates can be retrieved from % http://www.mathworks.com/matlabcentral/fileexchange/22022-matlab2tikz % where you can also make suggestions and rate matlab2tikz. % % % \begin{tikzpicture} \begin{loglogaxis}[% view={0}{90}, width=\figurewidth, height=\figureheight, scale only axis, xmin=10000, xmax=100000000, xminorticks=true, xlabel={N}, xmajorgrids, xminorgrids, ymin=0.0001, ymax=0.1, yminorticks=true, ylabel={Time [s]}, ymajorgrids, yminorgrids, %legend style={at={(0.03,0.97)},anchor=north west,nodes=right} legend pos=outer north east] \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=*, mark options={solid,fill=lightgray!80!black} ] coordinates{ (65536,0.000104689598083496)(262144,0.000240898132324219)(1048576,0.000788998603820801)(4194304,0.00280699729919434)(16777216,0.0109266042709351)(67108864,0.0435449838638306) }; \addlegendentry{1 GPU}; \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=*, mark options={solid,fill=lightgray!80!black} ] coordinates{ (65536,0.00100100040435791)(262144,0.00106160640716553)(1048576,0.0015192985534668)(4194304,0.00300109386444092)(16777216,0.0078394889831543)(67108864,0.0255790948867798) }; \addlegendentry{2 GPUs}; \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=triangle*, mark options={solid,fill=lightgray!80!black} ] coordinates{ (65536,0.00090029239654541)(262144,0.001084303855896)(1048576,0.00136759281158447)(4194304,0.00224909782409668)(16777216,0.00520608425140381)(67108864,0.0148308992385864) }; \addlegendentry{4 GPUs}; \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=square*, mark options={solid,fill=lightgray!80!black} ] coordinates{ (65536,0.00088038444519043)(262144,0.00106220245361328)(1048576,0.00128121376037598)(4194304,0.00191099643707275)(16777216,0.00365688800811768)(67108864,0.00957400798797607) }; \addlegendentry{8 GPUs}; \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=diamond*, mark options={solid,fill=lightgray!80!black} ] coordinates{ (65536,0.000890207290649414)(262144,0.0010530948638916)(1048576,0.0012747049331665)(4194304,0.00172920227050781)(16777216,0.00289230346679688)(67108864,0.00648910999298096) }; \addlegendentry{16 GPUs}; \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=triangle*, mark options={solid,,rotate=180,fill=lightgray!80!black} ] coordinates{ (65536,0.000879597663879395)(262144,0.00104289054870605)(1048576,0.00122830867767334)(4194304,0.00163850784301758)(16777216,0.00254049301147461)(67108864,0.00491151809692383) }; \addlegendentry{32 GPUs}; \end{loglogaxis} \end{tikzpicture}%