]> AND Private Git Repository - book_gpu.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ch2
authorcouturie <couturie@extinction>
Thu, 18 Jul 2013 19:48:27 +0000 (21:48 +0200)
committercouturie <couturie@extinction>
Thu, 18 Jul 2013 19:48:27 +0000 (21:48 +0200)
BookGPU/BookGPU.tex
BookGPU/Chapters/chapter2/biblio.bib
BookGPU/Chapters/chapter2/ch2.tex

index cdb98f0996e62bafc017ddf1c9004065a5e6b276..3202b3b8df138c6f0596716172894147419c3223 100755 (executable)
 
 \makeindex
 %\includeonly{Chapters/chapter10/ch10}
-\DeclareCaptionLabelSeparator{colon}{\ }
+\DeclareCaptionLabelSeparator{colon}{. }
 \begin{document}
 
 
index 8b3a95981f2ebf4da7911ec5707b73d8fb715d2b..0f3ad7e7ee809d986202bfcd2fccd9911a918f70 100644 (file)
@@ -1,7 +1,7 @@
 @Book{ch2:Sanders:2010:CEI,
   author =     "J. Sanders and E. Kandrot",
-  title =      "{CUDA} by example: an introduction to general-purpose
-                {GPU} programming",
+  title =      "{CUDA} by example: An Introduction To General-Purpose
+                {GPU} Programming",
   publisher =  "Ad{\-d}i{\-s}on-Wes{\-l}ey",
   address =    "pub-AW:adr",
   pages =      "xix + 290",
 
 
 @Article{ch2:journals/ijhpca/Dongarra02,
-  title =      "Basic Linear Algebra Subprograms Technical (Blast)
+  title =      "Basic Linear Algebra Subprograms Technical {(BLAST)}
                 Forum Standard (1)",
   author =     "J. Dongarra",
-  journal =    "IJHPCA",
+  journal =    "International Journal of High Performance Computing Applications",
   year =       "2002",
   number =     "1",
   volume =     "16",
index 9c6d0def10d3bdff5fee0604f9e4e40e532d46f5..b330d6b63630893b32e629b83004b5cd1a7cc84a 100755 (executable)
@@ -189,10 +189,10 @@ considering the difficulty of parallelizing this code.
 \lstinputlisting[label=ch2:lst:ex3,caption=simple matrix-matrix multiplication with cuda]{Chapters/chapter2/ex3.cu}
 
 \section{Conclusion}
-In this chapter, three simple CUDA examples have been  presented. They are
-quite  simple. As we  cannot  present  all the  possibilities  of  the  CUDA
-programming, interested  readers  are  invited  to  consult  CUDA  programming
-introduction books if some issues regarding the CUDA programming are not clear.
+In this  chapter, three simple CUDA  examples have been presented.  As we cannot
+present all  the possibilities of  the CUDA programming, interested  readers are
+invited to consult CUDA programming  introduction books if some issues regarding
+the CUDA programming are not clear.
 
 \putbib[Chapters/chapter2/biblio]