From: couturie Date: Thu, 18 Jul 2013 19:48:27 +0000 (+0200) Subject: ch2 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/book_gpu.git/commitdiff_plain/1ebb106491ad04e5627daf016c8ff77bdcb26ffa ch2 --- diff --git a/BookGPU/BookGPU.tex b/BookGPU/BookGPU.tex index cdb98f0..3202b3b 100755 --- a/BookGPU/BookGPU.tex +++ b/BookGPU/BookGPU.tex @@ -154,7 +154,7 @@ \makeindex %\includeonly{Chapters/chapter10/ch10} -\DeclareCaptionLabelSeparator{colon}{\ } +\DeclareCaptionLabelSeparator{colon}{. } \begin{document} diff --git a/BookGPU/Chapters/chapter2/biblio.bib b/BookGPU/Chapters/chapter2/biblio.bib index 8b3a959..0f3ad7e 100644 --- a/BookGPU/Chapters/chapter2/biblio.bib +++ b/BookGPU/Chapters/chapter2/biblio.bib @@ -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", @@ -11,10 +11,10 @@ @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", diff --git a/BookGPU/Chapters/chapter2/ch2.tex b/BookGPU/Chapters/chapter2/ch2.tex index 9c6d0de..b330d6b 100755 --- a/BookGPU/Chapters/chapter2/ch2.tex +++ b/BookGPU/Chapters/chapter2/ch2.tex @@ -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]