From: couturie Date: Tue, 16 Jul 2013 22:00:17 +0000 (+0200) Subject: ch1 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/book_gpu.git/commitdiff_plain/4c07e9cc681b9a8ed54d9a1b48e9d8b00af63126 ch1 --- diff --git a/BookGPU/Chapters/chapter1/biblio.bib b/BookGPU/Chapters/chapter1/biblio.bib index 8418399..a43fd25 100644 --- a/BookGPU/Chapters/chapter1/biblio.bib +++ b/BookGPU/Chapters/chapter1/biblio.bib @@ -21,16 +21,14 @@ } -@article{ch1:CMR:12, - author = "B. Cloutier and B. K. Muite and P. Rigge", - title = "A comparison of {CPU} and {GPU} performance for {F}ourier pseudospectral simulations of the {N}avier-{S}tokes, Cubic Nonlinear {S}chrödinger and {S}ine {G}ordon Equations", - journal = "Computational Physics (physics.comp-ph)", - year = "2012", - archivePrefix = "arXiv", - eprint = "1206.3215", - primaryClass = "physics.comp-ph", -note={arXiv", -} - +@Article{ch1:Dongarra, +author="P. Dua and R. Webera and P. Luszczeka and S. Tomova and G. Petersona and J. Dongarra", +title = "From {CUDA} to {O}pen{CL}: Towards a performance-portable solution for multi-platform {GPU} programming", +journal = "Parallel Computing", + volume = "38", + number = "8", + pages = "391--407", + year = "2012", +} diff --git a/BookGPU/Chapters/chapter1/ch1.tex b/BookGPU/Chapters/chapter1/ch1.tex index a70f420..c69a60e 100755 --- a/BookGPU/Chapters/chapter1/ch1.tex +++ b/BookGPU/Chapters/chapter1/ch1.tex @@ -68,7 +68,7 @@ example we can cite, FireStream by ATI which is not maintained anymore and has been replaced by OpenCL, BrookGPU by Standford University~\cite{ch1:Buck:2004:BGS}. Another environment based on pragma (insertion of pragma directives inside the code to help the compiler to generate efficient code) is called OpenACC. For a -comparison with OpenCL, interested readers may refer to~\cite{ch1:CMR:12}. +comparison with OpenCL, interested readers may refer to~\cite{ch1:Dongarra}. diff --git a/BookGPU/frontmatter/preface.tex b/BookGPU/frontmatter/preface.tex index 7135050..9fbc466 100644 --- a/BookGPU/frontmatter/preface.tex +++ b/BookGPU/frontmatter/preface.tex @@ -1,4 +1,4 @@ -\chapter{Preface} +\chapter*{Preface} This book is intended to present the design of significant scientific