]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Chapters/chapter7/figures/WhalinPararealEfficiency.tikz
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ch13
[book_gpu.git] / BookGPU / Chapters / chapter7 / figures / WhalinPararealEfficiency.tikz
1 % This file was created by matlab2tikz v0.2.2.
2 % Copyright (c) 2008--2012, Nico Schlömer <nico.schloemer@gmail.com>
3 % All rights reserved.
4
5 % The latest updates can be retrieved from
6 %   http://www.mathworks.com/matlabcentral/fileexchange/22022-matlab2tikz
7 % where you can also make suggestions and rate matlab2tikz.
8
9
10
11 \begin{tikzpicture}
12
13 \begin{axis}[%
14 view={0}{90},
15 width=\figurewidth,
16 height=\figureheight,
17 scale only axis,
18 xmin=2, xmax=8,
19 xlabel={R},
20 xmajorgrids,
21 ymin=0, ymax=0.7,
22 ylabel={Efficiency},
23 ymajorgrids,
24 legend pos=outer north east]
25 \addplot [
26 color=darkgray!40!black,
27 dotted,
28 line width=1.0pt,
29 mark=*,
30 mark options={solid,fill=lightgray!80!black}
31 ]
32 coordinates{
33  (2,0.336170861542901)(4,0.449617956502816)(6,0.51002798028503)(8,0.563995930474304) 
34 };
35 \addlegendentry{\tiny 2 GPUs};
36
37 \addplot [
38 color=darkgray!40!black,
39 dotted,
40 line width=1.0pt,
41 mark=diamond*,
42 mark options={solid,fill=lightgray!80!black}
43 ]
44 coordinates{
45  (2,0.240268331355978)(4,0.345820336216278)(6,0.400399688290948)(8,0.45271672014472) 
46 };
47 \addlegendentry{\tiny 4 GPUs};
48
49 \addplot [
50 color=darkgray!40!black,
51 dotted,
52 line width=1.0pt,
53 mark=triangle*,
54 mark options={solid,,rotate=180,fill=lightgray!80!black}
55 ]
56 coordinates{
57  (2,0.152084295324849)(4,0.231749410836403)(6,0.262934225847794)(8,0.299552497831068) 
58 };
59 \addlegendentry{\tiny 8 GPUs};
60
61 \addplot [
62 color=darkgray!40!black,
63 dotted,
64 line width=1.0pt,
65 mark=square*,
66 mark options={solid,fill=lightgray!80!black}
67 ]
68 coordinates{
69  (2,0.0862511656779609)(4,0.120220894305689)(6,0.151478661805409)(8,0.153387970874544) 
70 };
71 \addlegendentry{\tiny 16 GPUs};
72
73 \addplot [
74 color=darkgray!40!black,
75 dotted,
76 line width=1.0pt,
77 mark=triangle*,
78 mark options={solid,fill=lightgray!80!black}
79 ]
80 coordinates{
81  (2,0.0373688481680221)(4,0.0496141569953743)(6,0.0733030160959349)(8,0.0734766191422691) 
82 };
83 \addlegendentry{\tiny 32 GPUs};
84
85 \end{axis}
86 \end{tikzpicture}%