X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/book_gpu.git/blobdiff_plain/1302ee8d8311914e1b20fdcbf3bc52a8bb94a6a8..e9bec782df9908a1d94ab5629dbe7710293019bd:/BookGPU/Chapters/chapter5/ch5.tex?ds=sidebyside diff --git a/BookGPU/Chapters/chapter5/ch5.tex b/BookGPU/Chapters/chapter5/ch5.tex index 0a04352..3a4942d 100644 --- a/BookGPU/Chapters/chapter5/ch5.tex +++ b/BookGPU/Chapters/chapter5/ch5.tex @@ -450,6 +450,8 @@ If grid ghost layers are updated whenever information from adjacent subdomains i Distributed performance for the finite difference stencil operation is illustrated in Figure \ref{ch5:fig:multigpu}. The timings include the compute time for the finite difference approximation and the time for updating ghost layers via message passing. It is obvious from Figure \ref{ch5:fig:multigpu:a} that communication overhead dominates for the smallest problem sizes, where the non distributed grid (1 GPU) is fastest. However, communication overhead does not grow as rapidly as computation times, due to the surface-to-volume ratio. Therefore message passing becomes less influential for large problems, where reasonable performance speedups are obtained. Figure \ref{ch5:fig:multigpu:b} demonstrates how the computational performance on multi-GPU systems can be significantly improved for various stencil sizes. With this simple domain decomposition technique, developers are able to implement applications based on heterogeneous distributed computing, without explicitly dealing with message passing and it is still possible to provide user specific implementations of the topology class for customized grid updates. +\clearpage + % TODO: Should we put in the DD algebra? \begin{figure}[!htb] @@ -633,7 +635,7 @@ from the Danish Research Council for Technology and Production Sciences. A speci %\cite{ch5:Vandevoorde2002} %\cite{ch5:Bell2011} %\cite{ch5:mooreslaw1965} - +\clearpage \putbib[Chapters/chapter5/biblio5] % Reset lst label and caption