% This file was created by matlab2tikz v0.4.0. % Copyright (c) 2008--2013, 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{axis}[% width=\figurewidth, height=\figureheight, scale only axis, xmode=log, xmin=10000, xmax=100000000, xminorticks=true, xlabel={N}, xmajorgrids, xminorgrids, ymode=log, ymin=1e-005, ymax=0.1, yminorticks=true, ylabel={Time [s]}, ymajorgrids, yminorgrids, legend style={at={(0.03,0.97)},anchor=north west,draw=black,fill=white,legend cell align=left} ] \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=x, mark options={solid,fill=lightgray!80!black} ] table[row sep=crcr]{ 65536 6.61134719848633e-005\\ 262144 0.000195407867431641\\ 1048576 0.000729703903198242\\ 4194304 0.00263791084289551\\ 16777216 0.0104172945022583\\ 67108864 0.0417473077774048\\ }; \addlegendentry{\tiny{1 GPU}}; \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=*, mark options={solid,fill=lightgray!80!black} ] table[row sep=crcr]{ 65536 0.000160098075866699\\ 262144 0.000235605239868164\\ 1048576 0.000513696670532227\\ 4194304 0.00168628692626953\\ 16777216 0.00567271709442139\\ 67108864 0.0216208934783936\\ }; \addlegendentry{\tiny{2 GPUs}}; \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=triangle*, mark options={solid,fill=lightgray!80!black} ] table[row sep=crcr]{ 65536 0.000244712829589844\\ 262144 0.000288915634155273\\ 1048576 0.000451016426086426\\ 4194304 0.00104920864105225\\ 16777216 0.00314109325408936\\ 67108864 0.0112285852432251\\ }; \addlegendentry{\tiny{4 GPUs}}; \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=square*, mark options={solid,fill=lightgray!80!black} ] table[row sep=crcr]{ 65536 0.000238609313964844\\ 262144 0.000275707244873047\\ 1048576 0.000345993041992188\\ 4194304 0.00065159797668457\\ 16777216 0.00187878608703613\\ 67108864 0.00595250129699707\\ }; \addlegendentry{\tiny{8 GPUs}}; \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=diamond*, mark options={solid,fill=lightgray!80!black} ] table[row sep=crcr]{ 65536 0.000242710113525391\\ 262144 0.000268697738647461\\ 1048576 0.000305795669555664\\ 4194304 0.000477385520935059\\ 16777216 0.0010857105255127\\ 67108864 0.0031994104385376\\ }; \addlegendentry{\tiny{16 GPUs}}; \addplot [ color=darkgray!40!black, dotted, line width=1.0pt, mark=triangle*, mark options={solid,,rotate=180,fill=lightgray!80!black} ] table[row sep=crcr]{ 65536 0.00025029182434082\\ 262144 0.000261116027832031\\ 1048576 0.000296306610107422\\ 4194304 0.000368380546569824\\ 16777216 0.000673604011535645\\ 67108864 0.00190730094909668\\ }; \addlegendentry{\tiny{32 GPUs}}; \end{axis} \end{tikzpicture}%