]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Chapters/chapter5/figures/MultiGPUAlphaPerformanceTeslaM2050_N16777216_conv.ps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
correct ch 10
[book_gpu.git] / BookGPU / Chapters / chapter5 / figures / MultiGPUAlphaPerformanceTeslaM2050_N16777216_conv.ps
1 %!PS-Adobe-3.0
2 %Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org)
3 %%Creator: MATLAB, The Mathworks, Inc. Version 7.9.0.529 (R2009b). Operating System: Microsoft Windows Vista.
4 %%LanguageLevel: 2
5 %%DocumentSuppliedResources: (atend)
6 %%DocumentMedia: plain 432 380 0 () ()
7 %%BoundingBox: 0 0 432 380
8 %%Pages: 1
9 %%EndComments
10 %%BeginDefaults
11 %%PageMedia: plain
12 %%EndDefaults
13 %%BeginProlog
14 %%BeginResource: procset xpdf 3.00 0
15 %%Copyright: Copyright 1996-2004 Glyph & Cog, LLC
16 /xpdf 75 dict def xpdf begin
17 % PDF special state
18 /pdfDictSize 15 def
19 /pdfSetup {
20   3 1 roll 2 array astore
21   /setpagedevice where {
22     pop 3 dict begin
23       /PageSize exch def
24       /ImagingBBox null def
25       /Policies 1 dict dup begin /PageSize 3 def end def
26       { /Duplex true def } if
27     currentdict end setpagedevice
28   } {
29     pop pop
30   } ifelse
31 } def
32 /pdfStartPage {
33   pdfDictSize dict begin
34   /pdfFillCS [] def
35   /pdfFillXform {} def
36   /pdfStrokeCS [] def
37   /pdfStrokeXform {} def
38   /pdfFill [0] def
39   /pdfStroke [0] def
40   /pdfFillOP false def
41   /pdfStrokeOP false def
42   /pdfLastFill false def
43   /pdfLastStroke false def
44   /pdfTextMat [1 0 0 1 0 0] def
45   /pdfFontSize 0 def
46   /pdfCharSpacing 0 def
47   /pdfTextRender 0 def
48   /pdfPatternCS false def
49   /pdfTextRise 0 def
50   /pdfWordSpacing 0 def
51   /pdfHorizScaling 1 def
52   /pdfTextClipPath [] def
53 } def
54 /pdfEndPage { end } def
55 % PDF color state
56 /cs { /pdfFillXform exch def dup /pdfFillCS exch def
57       setcolorspace } def
58 /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
59       setcolorspace } def
60 /sc { pdfLastFill not { pdfFillCS setcolorspace } if
61       dup /pdfFill exch def aload pop pdfFillXform setcolor
62      /pdfLastFill true def /pdfLastStroke false def } def
63 /SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
64       dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
65      /pdfLastStroke true def /pdfLastFill false def } def
66 /op { /pdfFillOP exch def
67       pdfLastFill { pdfFillOP setoverprint } if } def
68 /OP { /pdfStrokeOP exch def
69       pdfLastStroke { pdfStrokeOP setoverprint } if } def
70 /fCol {
71   pdfLastFill not {
72     pdfFillCS setcolorspace
73     pdfFill aload pop pdfFillXform setcolor
74     pdfFillOP setoverprint
75     /pdfLastFill true def /pdfLastStroke false def
76   } if
77 } def
78 /sCol {
79   pdfLastStroke not {
80     pdfStrokeCS setcolorspace
81     pdfStroke aload pop pdfStrokeXform setcolor
82     pdfStrokeOP setoverprint
83     /pdfLastStroke true def /pdfLastFill false def
84   } if
85 } def
86 % build a font
87 /pdfMakeFont {
88   4 3 roll findfont
89   4 2 roll matrix scale makefont
90   dup length dict begin
91     { 1 index /FID ne { def } { pop pop } ifelse } forall
92     /Encoding exch def
93     currentdict
94   end
95   definefont pop
96 } def
97 /pdfMakeFont16 {
98   exch findfont
99   dup length dict begin
100     { 1 index /FID ne { def } { pop pop } ifelse } forall
101     /WMode exch def
102     currentdict
103   end
104   definefont pop
105 } def
106 % graphics state operators
107 /q { gsave pdfDictSize dict begin } def
108 /Q {
109   end grestore
110   /pdfLastFill where {
111     pop
112     pdfLastFill {
113       pdfFillOP setoverprint
114     } {
115       pdfStrokeOP setoverprint
116     } ifelse
117   } if
118 } def
119 /cm { concat } def
120 /d { setdash } def
121 /i { setflat } def
122 /j { setlinejoin } def
123 /J { setlinecap } def
124 /M { setmiterlimit } def
125 /w { setlinewidth } def
126 % path segment operators
127 /m { moveto } def
128 /l { lineto } def
129 /c { curveto } def
130 /re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
131       neg 0 rlineto closepath } def
132 /h { closepath } def
133 % path painting operators
134 /S { sCol stroke } def
135 /Sf { fCol stroke } def
136 /f { fCol fill } def
137 /f* { fCol eofill } def
138 % clipping operators
139 /W { clip newpath } def
140 /W* { eoclip newpath } def
141 /Ws { strokepath clip newpath } def
142 % text state operators
143 /Tc { /pdfCharSpacing exch def } def
144 /Tf { dup /pdfFontSize exch def
145       dup pdfHorizScaling mul exch matrix scale
146       pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
147       exch findfont exch makefont setfont } def
148 /Tr { /pdfTextRender exch def } def
149 /Tp { /pdfPatternCS exch def } def
150 /Ts { /pdfTextRise exch def } def
151 /Tw { /pdfWordSpacing exch def } def
152 /Tz { /pdfHorizScaling exch def } def
153 % text positioning operators
154 /Td { pdfTextMat transform moveto } def
155 /Tm { /pdfTextMat exch def } def
156 % text string operators
157 /cshow where {
158   pop
159   /cshow2 {
160     dup {
161       pop pop
162       1 string dup 0 3 index put 3 index exec
163     } exch cshow
164     pop pop
165   } def
166 }{
167   /cshow2 {
168     currentfont /FontType get 0 eq {
169       0 2 2 index length 1 sub {
170         2 copy get exch 1 add 2 index exch get
171         2 copy exch 256 mul add
172         2 string dup 0 6 5 roll put dup 1 5 4 roll put
173         3 index exec
174       } for
175     } {
176       dup {
177         1 string dup 0 3 index put 3 index exec
178       } forall
179     } ifelse
180     pop pop
181   } def
182 } ifelse
183 /awcp {
184   exch {
185     false charpath
186     5 index 5 index rmoveto
187     6 index eq { 7 index 7 index rmoveto } if
188   } exch cshow2
189   6 {pop} repeat
190 } def
191 /Tj {
192   fCol
193   1 index stringwidth pdfTextMat idtransform pop
194   sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
195   pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
196   4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
197   pdfTextMat dtransform
198   6 5 roll Tj1
199 } def
200 /Tj16 {
201   fCol
202   2 index stringwidth pdfTextMat idtransform pop
203   sub exch div
204   pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
205   4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
206   pdfTextMat dtransform
207   6 5 roll Tj1
208 } def
209 /Tj16V {
210   fCol
211   2 index stringwidth pdfTextMat idtransform exch pop
212   sub exch div
213   0 pdfWordSpacing pdfTextMat dtransform 32
214   4 3 roll pdfCharSpacing add 0 exch
215   pdfTextMat dtransform
216   6 5 roll Tj1
217 } def
218 /Tj1 {
219   0 pdfTextRise pdfTextMat dtransform rmoveto
220   currentpoint 8 2 roll
221   pdfTextRender 1 and 0 eq pdfPatternCS not and {
222     6 copy awidthshow
223   } if
224   pdfTextRender 3 and dup 1 eq exch 2 eq or {
225     7 index 7 index moveto
226     6 copy
227     currentfont /FontType get 3 eq { fCol } { sCol } ifelse
228     false awcp currentpoint stroke moveto
229   } if
230   pdfTextRender 4 and 0 ne pdfPatternCS or {
231     8 6 roll moveto
232     false awcp
233     /pdfTextClipPath [ pdfTextClipPath aload pop
234       {/moveto cvx}
235       {/lineto cvx}
236       {/curveto cvx}
237       {/closepath cvx}
238     pathforall ] def
239     currentpoint newpath moveto
240   } {
241     8 {pop} repeat
242   } ifelse
243   0 pdfTextRise neg pdfTextMat dtransform rmoveto
244 } def
245 /TJm { pdfFontSize 0.001 mul mul neg 0
246        pdfTextMat dtransform rmoveto } def
247 /TJmV { pdfFontSize 0.001 mul mul neg 0 exch
248         pdfTextMat dtransform rmoveto } def
249 /Tclip { pdfTextClipPath cvx exec clip newpath
250          /pdfTextClipPath [] def } def
251 /Tclip* { pdfTextClipPath cvx exec eoclip newpath
252          /pdfTextClipPath [] def } def
253 % Level 2 image operators
254 /pdfImBuf 100 string def
255 /pdfIm {
256   image
257   { currentfile pdfImBuf readline
258     not { pop exit } if
259     (%-EOD-) eq { exit } if } loop
260 } def
261 /pdfImM {
262   fCol imagemask
263   { currentfile pdfImBuf readline
264     not { pop exit } if
265     (%-EOD-) eq { exit } if } loop
266 } def
267 /pr { 2 index 2 index 3 2 roll putinterval 4 add } def
268 /pdfImClip {
269   gsave
270   0 2 4 index length 1 sub {
271     dup 4 index exch 2 copy
272     get 5 index div put
273     1 add 3 index exch 2 copy
274     get 3 index div put
275   } for
276   pop pop rectclip
277 } def
278 /pdfImClipEnd { grestore } def
279 % shading operators
280 /colordelta {
281   false 0 1 3 index length 1 sub {
282     dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
283       pop true
284     } if
285   } for
286   exch pop exch pop
287 } def
288 /funcCol { func n array astore } def
289 /funcSH {
290   dup 0 eq {
291     true
292   } {
293     dup 6 eq {
294       false
295     } {
296       4 index 4 index funcCol dup
297       6 index 4 index funcCol dup
298       3 1 roll colordelta 3 1 roll
299       5 index 5 index funcCol dup
300       3 1 roll colordelta 3 1 roll
301       6 index 8 index funcCol dup
302       3 1 roll colordelta 3 1 roll
303       colordelta or or or
304     } ifelse
305   } ifelse
306   {
307     1 add
308     4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
309     6 index 6 index 4 index 4 index 4 index funcSH
310     2 index 6 index 6 index 4 index 4 index funcSH
311     6 index 2 index 4 index 6 index 4 index funcSH
312     5 3 roll 3 2 roll funcSH pop pop
313   } {
314     pop 3 index 2 index add 0.5 mul 3 index  2 index add 0.5 mul
315     funcCol sc
316     dup 4 index exch mat transform m
317     3 index 3 index mat transform l
318     1 index 3 index mat transform l
319     mat transform l pop pop h f*
320   } ifelse
321 } def
322 /axialCol {
323   dup 0 lt {
324     pop t0
325   } {
326     dup 1 gt {
327       pop t1
328     } {
329       dt mul t0 add
330     } ifelse
331   } ifelse
332   func n array astore
333 } def
334 /axialSH {
335   dup 0 eq {
336     true
337   } {
338     dup 8 eq {
339       false
340     } {
341       2 index axialCol 2 index axialCol colordelta
342     } ifelse
343   } ifelse
344   {
345     1 add 3 1 roll 2 copy add 0.5 mul
346     dup 4 3 roll exch 4 index axialSH
347     exch 3 2 roll axialSH
348   } {
349     pop 2 copy add 0.5 mul
350     axialCol sc
351     exch dup dx mul x0 add exch dy mul y0 add
352     3 2 roll dup dx mul x0 add exch dy mul y0 add
353     dx abs dy abs ge {
354       2 copy yMin sub dy mul dx div add yMin m
355       yMax sub dy mul dx div add yMax l
356       2 copy yMax sub dy mul dx div add yMax l
357       yMin sub dy mul dx div add yMin l
358       h f*
359     } {
360       exch 2 copy xMin sub dx mul dy div add xMin exch m
361       xMax sub dx mul dy div add xMax exch l
362       exch 2 copy xMax sub dx mul dy div add xMax exch l
363       xMin sub dx mul dy div add xMin exch l
364       h f*
365     } ifelse
366   } ifelse
367 } def
368 /radialCol {
369   dup t0 lt {
370     pop t0
371   } {
372     dup t1 gt {
373       pop t1
374     } if
375   } ifelse
376   func n array astore
377 } def
378 /radialSH {
379   dup 0 eq {
380     true
381   } {
382     dup 8 eq {
383       false
384     } {
385       2 index dt mul t0 add radialCol
386       2 index dt mul t0 add radialCol colordelta
387     } ifelse
388   } ifelse
389   {
390     1 add 3 1 roll 2 copy add 0.5 mul
391     dup 4 3 roll exch 4 index radialSH
392     exch 3 2 roll radialSH
393   } {
394     pop 2 copy add 0.5 mul dt mul t0 add
395     radialCol sc
396     encl {
397       exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
398       0 360 arc h
399       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
400       360 0 arcn h f
401     } {
402       2 copy
403       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
404       a1 a2 arcn
405       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
406       a2 a1 arcn h
407       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
408       a1 a2 arc
409       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
410       a2 a1 arc h f
411     } ifelse
412   } ifelse
413 } def
414 end
415 %%EndResource
416 %%EndProlog
417 %%BeginSetup
418 xpdf begin
419 /F9_0 /Symbol 1 1
420 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
421   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
422   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
423   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
424   /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
425   /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
426   /zero/one/two/three/four/five/six/seven
427   /eight/nine/colon/semicolon/less/equal/greater/question
428   /at/A/B/C/D/E/F/G
429   /H/I/J/K/L/M/N/O
430   /P/Q/R/S/T/U/V/W
431   /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
432   /grave/alpha/b/c/d/e/f/g
433   /h/i/j/k/l/m/n/o
434   /p/q/r/s/t/u/v/w
435   /x/y/z/braceleft/bar/braceright/asciitilde/bullet
436   /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
437   /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
438   /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
439   /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
440   /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
441   /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
442   /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
443   /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
444   /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
445   /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
446   /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
447   /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
448   /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
449   /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
450   /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
451   /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
452 pdfMakeFont
453 /F8_0 /Courier 1 1
454 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
455   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
456   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
457   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
458   /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
459   /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
460   /zero/one/two/three/four/five/six/seven
461   /eight/nine/colon/semicolon/less/equal/greater/question
462   /at/A/B/C/D/E/F/G
463   /H/I/J/K/L/M/N/O
464   /P/Q/R/S/T/U/V/W
465   /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
466   /quoteleft/a/b/c/d/e/f/g
467   /h/i/j/k/l/m/n/o
468   /p/q/r/s/t/u/v/w
469   /x/y/z/braceleft/bar/braceright/asciitilde/.notdef
470   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
471   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
472   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
473   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
474   /.notdef/exclamdown/cent/sterling/fraction/yen/florin/section
475   /currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl
476   /.notdef/endash/dagger/daggerdbl/periodcentered/.notdef/paragraph/bullet
477   /quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand/.notdef/questiondown
478   /.notdef/grave/acute/circumflex/tilde/macron/breve/dotaccent
479   /dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron
480   /emdash/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
481   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
482   /.notdef/AE/.notdef/ordfeminine/.notdef/.notdef/.notdef/.notdef
483   /Lslash/Oslash/OE/ordmasculine/.notdef/.notdef/.notdef/.notdef
484   /.notdef/ae/.notdef/.notdef/.notdef/dotlessi/.notdef/.notdef
485   /lslash/oslash/oe/germandbls/.notdef/.notdef/.notdef/.notdef]
486 pdfMakeFont
487 432 380 false pdfSetup
488 %%EndSetup
489 %%Page: 1 1
490 %%BeginPageSetup
491 %%PageOrientation: Portrait
492 pdfStartPage
493 0 0 432 380 re W
494 %%EndPageSetup
495 [] 0 d
496 1 i
497 0 j
498 0 J
499 10 M
500 1 w
501 /DeviceGray {} cs
502 [0] sc
503 /DeviceGray {} CS
504 [0] SC
505 false op
506 false OP
507 {} settransfer
508 q
509 q
510 [0.1 0 0 0.1 0 0] cm
511 q
512 0 0 4320 3790 re
513 W
514 5 w
515 1 j
516 /DeviceGray {} CS
517 [1] SC
518 561.668 412.5 3348.332 3092.5 re
519 S
520 [5 40] 0 d
521 3.33333 w
522 /DeviceGray {} CS
523 [0] SC
524 1230.83 412.5 m
525 1230.83 3505 l
526 S
527 1230.83 3505 m
528 1230.83 3505 l
529 S
530 1900.83 412.5 m
531 1900.83 3505 l
532 S
533 1900.83 3505 m
534 1900.83 3505 l
535 S
536 2570 412.5 m
537 2570 3505 l
538 S
539 2570 3505 m
540 2570 3505 l
541 S
542 3240 412.5 m
543 3240 3505 l
544 S
545 3240 3505 m
546 3240 3505 l
547 S
548 561.668 412.5 m
549 3910 412.5 l
550 S
551 3910 412.5 m
552 3910 412.5 l
553 S
554 561.668 756.668 m
555 3910 756.668 l
556 S
557 3910 756.668 m
558 3910 756.668 l
559 S
560 561.668 1100 m
561 3910 1100 l
562 S
563 3910 1100 m
564 3910 1100 l
565 S
566 561.668 1443.33 m
567 3910 1443.33 l
568 S
569 3910 1443.33 m
570 3910 1443.33 l
571 S
572 561.668 1787.5 m
573 3910 1787.5 l
574 S
575 3910 1787.5 m
576 3910 1787.5 l
577 S
578 561.668 2130.83 m
579 3910 2130.83 l
580 S
581 3910 2130.83 m
582 3910 2130.83 l
583 S
584 561.668 2474.17 m
585 3910 2474.17 l
586 S
587 3910 2474.17 m
588 3910 2474.17 l
589 S
590 561.668 2818.33 m
591 3910 2818.33 l
592 S
593 3910 2818.33 m
594 3910 2818.33 l
595 S
596 561.668 3161.67 m
597 3910 3161.67 l
598 S
599 3910 3161.67 m
600 3910 3161.67 l
601 S
602 561.668 3505 m
603 3910 3505 l
604 S
605 3910 3505 m
606 3910 3505 l
607 S
608 [] 0 d
609 5 w
610 561.668 3505 m
611 3910 3505 l
612 S
613 561.668 412.5 m
614 3910 412.5 l
615 S
616 3910 412.5 m
617 3910 3505 l
618 S
619 561.668 412.5 m
620 561.668 3505 l
621 S
622 561.668 412.5 m
623 3910 412.5 l
624 S
625 561.668 412.5 m
626 561.668 3505 l
627 S
628 1230.83 412.5 m
629 1230.83 446.668 l
630 S
631 1230.83 3505 m
632 1230.83 3471.67 l
633 S
634 /DeviceGray {} cs
635 [0] sc
636 q
637 [10 0 0 10 0 0] cm
638 [1 0 0 1 0 0] Tm
639 0 0 Td
640 [1 0 0 1 118.917 27.1668] Tm
641 0 0 Td
642 /F8_0 14 Tf
643 (1) 8.4 Tj
644 Q
645 1900.83 412.5 m
646 1900.83 446.668 l
647 S
648 1900.83 3505 m
649 1900.83 3471.67 l
650 S
651 q
652 [10 0 0 10 0 0] cm
653 [1 0 0 1 0 0] Tm
654 0 0 Td
655 [1 0 0 1 185.917 27.1668] Tm
656 0 0 Td
657 /F8_0 14 Tf
658 (2) 8.4 Tj
659 Q
660 2570 412.5 m
661 2570 446.668 l
662 S
663 2570 3505 m
664 2570 3471.67 l
665 S
666 q
667 [10 0 0 10 0 0] cm
668 [1 0 0 1 0 0] Tm
669 0 0 Td
670 [1 0 0 1 252.833 27.1668] Tm
671 0 0 Td
672 /F8_0 14 Tf
673 (3) 8.4 Tj
674 Q
675 3240 412.5 m
676 3240 446.668 l
677 S
678 3240 3505 m
679 3240 3471.67 l
680 S
681 q
682 [10 0 0 10 0 0] cm
683 [1 0 0 1 0 0] Tm
684 0 0 Td
685 [1 0 0 1 319.833 27.1668] Tm
686 0 0 Td
687 /F8_0 14 Tf
688 (4) 8.4 Tj
689 Q
690 561.668 412.5 m
691 595 412.5 l
692 S
693 3910 412.5 m
694 3875.83 412.5 l
695 S
696 q
697 [10 0 0 10 0 0] cm
698 [1 0 0 1 0 0] Tm
699 0 0 Td
700 [1 0 0 1 44.9168 36.75] Tm
701 0 0 Td
702 /F8_0 14 Tf
703 (0) 8.4 Tj
704 Q
705 561.668 756.668 m
706 595 756.668 l
707 S
708 3910 756.668 m
709 3875.83 756.668 l
710 S
711 q
712 [10 0 0 10 0 0] cm
713 [1 0 0 1 0 0] Tm
714 0 0 Td
715 [1 0 0 1 36.5 71.1668] Tm
716 0 0 Td
717 /F8_0 14 Tf
718 (20) 16.8 Tj
719 Q
720 561.668 1100 m
721 595 1100 l
722 S
723 3910 1100 m
724 3875.83 1100 l
725 S
726 q
727 [10 0 0 10 0 0] cm
728 [1 0 0 1 0 0] Tm
729 0 0 Td
730 [1 0 0 1 36.5 105.5] Tm
731 0 0 Td
732 /F8_0 14 Tf
733 (40) 16.8 Tj
734 Q
735 561.668 1443.33 m
736 595 1443.33 l
737 S
738 3910 1443.33 m
739 3875.83 1443.33 l
740 S
741 q
742 [10 0 0 10 0 0] cm
743 [1 0 0 1 0 0] Tm
744 0 0 Td
745 [1 0 0 1 36.5 139.833] Tm
746 0 0 Td
747 /F8_0 14 Tf
748 (60) 16.8 Tj
749 Q
750 561.668 1787.5 m
751 595 1787.5 l
752 S
753 3910 1787.5 m
754 3875.83 1787.5 l
755 S
756 q
757 [10 0 0 10 0 0] cm
758 [1 0 0 1 0 0] Tm
759 0 0 Td
760 [1 0 0 1 36.5 174.25] Tm
761 0 0 Td
762 /F8_0 14 Tf
763 (80) 16.8 Tj
764 Q
765 561.668 2130.83 m
766 595 2130.83 l
767 S
768 3910 2130.83 m
769 3875.83 2130.83 l
770 S
771 q
772 [10 0 0 10 0 0] cm
773 [1 0 0 1 0 0] Tm
774 0 0 Td
775 [1 0 0 1 28.0832 208.583] Tm
776 0 0 Td
777 /F8_0 14 Tf
778 (100) 25.2 Tj
779 Q
780 561.668 2474.17 m
781 595 2474.17 l
782 S
783 3910 2474.17 m
784 3875.83 2474.17 l
785 S
786 q
787 [10 0 0 10 0 0] cm
788 [1 0 0 1 0 0] Tm
789 0 0 Td
790 [1 0 0 1 28.0832 242.917] Tm
791 0 0 Td
792 /F8_0 14 Tf
793 (120) 25.2 Tj
794 Q
795 561.668 2818.33 m
796 595 2818.33 l
797 S
798 3910 2818.33 m
799 3875.83 2818.33 l
800 S
801 q
802 [10 0 0 10 0 0] cm
803 [1 0 0 1 0 0] Tm
804 0 0 Td
805 [1 0 0 1 28.0832 277.333] Tm
806 0 0 Td
807 /F8_0 14 Tf
808 (140) 25.2 Tj
809 Q
810 561.668 3161.67 m
811 595 3161.67 l
812 S
813 3910 3161.67 m
814 3875.83 3161.67 l
815 S
816 q
817 [10 0 0 10 0 0] cm
818 [1 0 0 1 0 0] Tm
819 0 0 Td
820 [1 0 0 1 28.0832 311.667] Tm
821 0 0 Td
822 /F8_0 14 Tf
823 (160) 25.2 Tj
824 Q
825 561.668 3505 m
826 595 3505 l
827 S
828 3910 3505 m
829 3875.83 3505 l
830 S
831 q
832 [10 0 0 10 0 0] cm
833 [1 0 0 1 0 0] Tm
834 0 0 Td
835 [1 0 0 1 28.0832 346] Tm
836 0 0 Td
837 /F8_0 14 Tf
838 (180) 25.2 Tj
839 Q
840 561.668 3505 m
841 3910 3505 l
842 S
843 561.668 412.5 m
844 3910 412.5 l
845 S
846 3910 412.5 m
847 3910 3505 l
848 S
849 561.668 412.5 m
850 561.668 3505 l
851 S
852 Q
853 q
854 561.668 411.668 3349.162 3093.332 re
855 W
856 /DeviceGray {} cs
857 [0] sc
858 971.668 412.5 71.6641 391.668 re
859 f*
860 5 w
861 1 j
862 /DeviceGray {} CS
863 [0] SC
864 971.668 412.5 71.662 391.668 re
865 S
866 1641.67 412.5 71.6641 545.832 re
867 f*
868 1641.67 412.5 71.66 545.832 re
869 S
870 2311.67 412.5 70.832 639.168 re
871 f*
872 2311.67 412.5 70.83 639.17 re
873 S
874 2980.83 412.5 71.668 691.668 re
875 f*
876 2980.83 412.5 71.67 691.67 re
877 S
878 10 w
879 561.668 412.5 m
880 3910 412.5 l
881 S
882 /DeviceGray {} cs
883 [0.1904] sc
884 1061.67 412.5 70.832 556.668 re
885 f*
886 5 w
887 1061.67 412.5 70.83 556.668 re
888 S
889 1730.83 412.5 71.668 757.5 re
890 f*
891 1730.83 412.5 71.67 757.5 re
892 S
893 2400.83 412.5 70.8359 890.832 re
894 f*
895 2400.83 412.5 70.84 890.83 re
896 S
897 3070 412.5 71.668 972.5 re
898 f*
899 3070 412.5 71.67 972.5 re
900 S
901 /DeviceGray {} cs
902 [0.3967] sc
903 1150.83 412.5 70.8359 842.5 re
904 f*
905 1150.83 412.5 70.84 842.5 re
906 S
907 1820 412.5 71.668 1142.5 re
908 f*
909 1820 412.5 71.67 1142.5 re
910 S
911 2490 412.5 71.668 1340.83 re
912 f*
913 2490 412.5 71.67 1340.83 re
914 S
915 3159.17 412.5 71.6641 1460.83 re
916 f*
917 3159.17 412.5 71.66 1460.83 re
918 S
919 /DeviceGray {} cs
920 [0.6035] sc
921 1240 412.5 71.668 1206.67 re
922 f*
923 1240 412.5 71.67 1206.67 re
924 S
925 1909.17 412.5 71.6641 1649.17 re
926 f*
927 1909.17 412.5 71.66 1649.17 re
928 S
929 2579.17 412.5 71.6641 1909.17 re
930 f*
931 2579.17 412.5 71.66 1909.17 re
932 S
933 3249.17 412.5 70.832 2081.67 re
934 f*
935 3249.17 412.5 70.83 2081.67 re
936 S
937 /DeviceGray {} cs
938 [0.8086] sc
939 1329.17 412.5 71.6641 1524.17 re
940 f*
941 1329.17 412.5 71.66 1524.17 re
942 S
943 1999.17 412.5 70.832 2070.83 re
944 f*
945 1999.17 412.5 70.83 2070.83 re
946 S
947 2668.33 412.5 71.668 2413.33 re
948 f*
949 2668.33 412.5 71.67 2413.33 re
950 S
951 3338.33 412.5 70.8359 2628.33 re
952 f*
953 3338.33 412.5 70.84 2628.33 re
954 S
955 /DeviceGray {} cs
956 [1] sc
957 1418.33 412.5 71.668 1655 re
958 f*
959 1418.33 412.5 71.67 1655 re
960 S
961 2088.33 412.5 70.8359 2365 re
962 f*
963 2088.33 412.5 70.84 2365 re
964 S
965 2757.5 412.5 71.668 2747.5 re
966 f*
967 2757.5 412.5 71.67 2747.5 re
968 S
969 3427.5 412.5 71.668 3001.67 re
970 f*
971 3427.5 412.5 71.67 3001.67 re
972 S
973 Q
974 q
975 0 0 4320 3790 re
976 W
977 /DeviceGray {} CS
978 [0] SC
979 /DeviceGray {} cs
980 [0] sc
981 q
982 [10 0 0 10 0 0] cm
983 [1 0 0 1 0 0] Tm
984 0 0 Td
985 [1 0 0 1 219.083 13] Tm
986 0 0 Td
987 /F9_0 14 Tf
988 (a) 8.834 Tj
989 [0 1 -1 0 21.3332 170.667] Tm
990 0 0 Td
991 /F8_0 14 Tf
992 (GFlops) 50.4 Tj
993 [1 0 0 1 52 36.5832] Tm
994 0 0 Td
995 /F8_0 14 Tf
996 ( ) 8.4 Tj
997 334.917 309.334 Td
998 ( ) 8.4 Tj
999 Q
1000 /DeviceGray {} cs
1001 [1] sc
1002 611.668 2575 1009.16 879.168 re
1003 f*
1004 5 w
1005 1 j
1006 /DeviceGray {} CS
1007 [1] SC
1008 611.668 2575 1009.162 879.17 re
1009 S
1010 /DeviceGray {} CS
1011 [0] SC
1012 611.668 3454.17 m
1013 1620.83 3454.17 l
1014 S
1015 611.668 2575 m
1016 1620.83 2575 l
1017 S
1018 1620.83 2575 m
1019 1620.83 3454.17 l
1020 S
1021 611.668 2575 m
1022 611.668 3454.17 l
1023 S
1024 611.668 2575 m
1025 1620.83 2575 l
1026 S
1027 611.668 2575 m
1028 611.668 3454.17 l
1029 S
1030 611.668 3454.17 m
1031 1620.83 3454.17 l
1032 S
1033 611.668 2575 m
1034 1620.83 2575 l
1035 S
1036 1620.83 2575 m
1037 1620.83 3454.17 l
1038 S
1039 611.668 2575 m
1040 611.668 3454.17 l
1041 S
1042 /DeviceGray {} cs
1043 [0] sc
1044 q
1045 [10 0 0 10 0 0] cm
1046 [1 0 0 1 0 0] Tm
1047 0 0 Td
1048 [1 0 0 1 98.9168 332.417] Tm
1049 0 0 Td
1050 /F8_0 14 Tf
1051 (1 GPU) 42 Tj
1052 Q
1053 Q
1054 q
1055 611.668 2574.17 1010.002 880 re
1056 W
1057 /DeviceGray {} cs
1058 [0] sc
1059 669.168 3316.67 290.832 107.5 re
1060 f*
1061 5 w
1062 1 j
1063 /DeviceGray {} CS
1064 [0] SC
1065 669.168 3316.67 m
1066 669.168 3424.17 l
1067 960 3424.17 l
1068 960 3316.67 l
1069 669.168 3316.67 l
1070 669.168 3316.67 l
1071 S
1072 Q
1073 q
1074 0 0 4320 3790 re
1075 W
1076 /DeviceGray {} CS
1077 [0] SC
1078 /DeviceGray {} cs
1079 [0] sc
1080 q
1081 [10 0 0 10 0 0] cm
1082 [1 0 0 1 0 0] Tm
1083 0 0 Td
1084 [1 0 0 1 98.9168 318.167] Tm
1085 0 0 Td
1086 /F8_0 14 Tf
1087 (2 GPUs) 50.4 Tj
1088 Q
1089 Q
1090 q
1091 611.668 2574.17 1010.002 880 re
1092 W
1093 /DeviceGray {} cs
1094 [0.1904] sc
1095 669.168 3175 290.832 106.668 re
1096 f*
1097 5 w
1098 1 j
1099 /DeviceGray {} CS
1100 [0] SC
1101 669.168 3175 m
1102 669.168 3281.67 l
1103 960 3281.67 l
1104 960 3175 l
1105 669.168 3175 l
1106 669.168 3175 l
1107 S
1108 Q
1109 q
1110 0 0 4320 3790 re
1111 W
1112 /DeviceGray {} CS
1113 [0] SC
1114 /DeviceGray {} cs
1115 [0] sc
1116 q
1117 [10 0 0 10 0 0] cm
1118 [1 0 0 1 0 0] Tm
1119 0 0 Td
1120 [1 0 0 1 98.9168 303.917] Tm
1121 0 0 Td
1122 /F8_0 14 Tf
1123 (4 GPUs) 50.4 Tj
1124 Q
1125 Q
1126 q
1127 611.668 2574.17 1010.002 880 re
1128 W
1129 /DeviceGray {} cs
1130 [0.3967] sc
1131 669.168 3032.5 290.832 107.5 re
1132 f*
1133 5 w
1134 1 j
1135 /DeviceGray {} CS
1136 [0] SC
1137 669.168 3032.5 m
1138 669.168 3140 l
1139 960 3140 l
1140 960 3032.5 l
1141 669.168 3032.5 l
1142 669.168 3032.5 l
1143 S
1144 Q
1145 q
1146 0 0 4320 3790 re
1147 W
1148 /DeviceGray {} CS
1149 [0] SC
1150 /DeviceGray {} cs
1151 [0] sc
1152 q
1153 [10 0 0 10 0 0] cm
1154 [1 0 0 1 0 0] Tm
1155 0 0 Td
1156 [1 0 0 1 98.9168 289.75] Tm
1157 0 0 Td
1158 /F8_0 14 Tf
1159 (8 GPUs) 50.4 Tj
1160 Q
1161 Q
1162 q
1163 611.668 2574.17 1010.002 880 re
1164 W
1165 /DeviceGray {} cs
1166 [0.6035] sc
1167 669.168 2890 290.832 107.5 re
1168 f*
1169 5 w
1170 1 j
1171 /DeviceGray {} CS
1172 [0] SC
1173 669.168 2890 m
1174 669.168 2997.5 l
1175 960 2997.5 l
1176 960 2890 l
1177 669.168 2890 l
1178 669.168 2890 l
1179 S
1180 Q
1181 q
1182 0 0 4320 3790 re
1183 W
1184 /DeviceGray {} CS
1185 [0] SC
1186 /DeviceGray {} cs
1187 [0] sc
1188 q
1189 [10 0 0 10 0 0] cm
1190 [1 0 0 1 0 0] Tm
1191 0 0 Td
1192 [1 0 0 1 98.9168 275.5] Tm
1193 0 0 Td
1194 /F8_0 14 Tf
1195 (16 GPUs) 58.8 Tj
1196 Q
1197 Q
1198 q
1199 611.668 2574.17 1010.002 880 re
1200 W
1201 /DeviceGray {} cs
1202 [0.8086] sc
1203 669.168 2748.33 290.832 106.668 re
1204 f*
1205 5 w
1206 1 j
1207 /DeviceGray {} CS
1208 [0] SC
1209 669.168 2748.33 m
1210 669.168 2855 l
1211 960 2855 l
1212 960 2748.33 l
1213 669.168 2748.33 l
1214 669.168 2748.33 l
1215 S
1216 Q
1217 q
1218 0 0 4320 3790 re
1219 W
1220 /DeviceGray {} CS
1221 [0] SC
1222 /DeviceGray {} cs
1223 [0] sc
1224 q
1225 [10 0 0 10 0 0] cm
1226 [1 0 0 1 0 0] Tm
1227 0 0 Td
1228 [1 0 0 1 98.9168 261.25] Tm
1229 0 0 Td
1230 /F8_0 14 Tf
1231 (32 GPUs) 58.8 Tj
1232 Q
1233 Q
1234 q
1235 611.668 2574.17 1010.002 880 re
1236 W
1237 /DeviceGray {} cs
1238 [1] sc
1239 669.168 2605.83 290.832 107.5 re
1240 f*
1241 5 w
1242 1 j
1243 /DeviceGray {} CS
1244 [0] SC
1245 669.168 2605.83 m
1246 669.168 2713.33 l
1247 960 2713.33 l
1248 960 2605.83 l
1249 669.168 2605.83 l
1250 669.168 2605.83 l
1251 S
1252 Q
1253 Q
1254 Q
1255 showpage
1256 %%PageTrailer
1257 pdfEndPage
1258 %%Trailer
1259 end
1260 %%DocumentSuppliedResources:
1261 %%EOF