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

Private GIT Repository
ch13
[book_gpu.git] / BookGPU / Chapters / chapter7 / figures / WhalinPararealSpeedup.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.5, ymax=2.5,
22 ylabel={Speedup},
23 ymajorgrids,
24 %legend style={at={(0.03,0.97)},anchor=north west,nodes=right},
25 ]
26 \addplot [
27 color=darkgray!40!black,
28 dotted,
29 line width=1.0pt,
30 mark=*,
31 mark options={solid,fill=lightgray!80!black}
32 ]
33 coordinates{
34  (2,0.672341723085803)(4,0.899235913005631)(6,1.02005596057006)(8,1.12799186094861) 
35 };
36 %\addlegendentry{2 GPUs};
37
38 \addplot [
39 color=darkgray!40!black,
40 dotted,
41 line width=1.0pt,
42 mark=diamond*,
43 mark options={solid,fill=lightgray!80!black}
44 ]
45 coordinates{
46  (2,0.961073325423912)(4,1.38328134486511)(6,1.60159875316379)(8,1.81086688057888) 
47 };
48 %\addlegendentry{4 GPUs};
49
50 \addplot [
51 color=darkgray!40!black,
52 dotted,
53 line width=1.0pt,
54 mark=triangle*,
55 mark options={solid,,rotate=180,fill=lightgray!80!black}
56 ]
57 coordinates{
58  (2,1.2166743625988)(4,1.85399528669123)(6,2.10347380678235)(8,2.39641998264854) 
59 };
60 %\addlegendentry{8 GPUs};
61
62 \addplot [
63 color=darkgray!40!black,
64 dotted,
65 line width=1.0pt,
66 mark=square*,
67 mark options={solid,fill=lightgray!80!black}
68 ]
69 coordinates{
70  (2,1.38001865084737)(4,1.92353430889103)(6,2.42365858888654)(8,2.4542075339927) 
71 };
72 %\addlegendentry{16 GPUs};
73
74 \addplot [
75 color=darkgray!40!black,
76 dotted,
77 line width=1.0pt,
78 mark=triangle*,
79 mark options={solid,fill=lightgray!80!black}
80 ]
81 coordinates{
82  (2,1.19580314137671)(4,1.58765302385198)(6,2.34569651506992)(8,2.35125181255261) 
83 };
84 %\addlegendentry{32 GPUs};
85
86 \end{axis}
87 \end{tikzpicture}%