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

Private GIT Repository
new
authorcouturie <couturie@carcariass.(none)>
Sat, 11 May 2013 08:36:43 +0000 (10:36 +0200)
committercouturie <couturie@carcariass.(none)>
Sat, 11 May 2013 08:36:43 +0000 (10:36 +0200)
BookGPU/Chapters/chapter16/ch16.tex
BookGPU/Chapters/chapter17/ch17.tex

index bfa5d6c387bbdb4296cc5f267e7db81f17345bfb..e7ba3baba1ed9efe6f7ac701a773f35a15cd10ad 100644 (file)
@@ -1,11 +1,9 @@
-\chapterauthor{X.-X. Liu}{Dept. Electrical Engineering,
-  University  of California, Riverside, CA 92521}
-\chapterauthor{S. X.-D. Tan}{Dept. Electrical Engineering,
-  University  of California, Riverside, CA 92521}
-\chapterauthor{H. Wang}{Univ. of Electronics Science and Technology of China,
+\chapterauthor{Xuexin Liu, Sheldon Xiang-Dong Tan}{Dept. Electrical Engineering,
+  University  of California, Riverside, CA 92521, USA}
+%\chapterauthor{Sheldon Xiang-Dong Tan}{Dept. Electrical Engineering,  University  of California, Riverside, CA 92521}
+\chapterauthor{Hai Wang}{Univ. of Electronics Science and Technology of China,
   Chengdu, Sichuan, China}
-\chapterauthor{H. Yu}{School of Electrical \& Electronic Engineering,
-  Nanyang Technological University, Singapore}
+\chapterauthor{Hao Yu}{School of Electrical \& Electronic Engineering, Nanyang Technological University, Singapore}
 
 %  \thanks{
 %    This research was supported in part by NSF grants under
index 75762846ef5e964df2088d29d39a7ffa4f733a6d..d6e3a314b80676b8f715167c02acc01b2976cbcc 100755 (executable)
@@ -374,6 +374,7 @@ the total numbers of access needed to updated those populations.
 
 %\lstinputlisting[language=C,caption=Collembola OpenCL
 %kernels,label=fig:collem_kernels]{Chapters/chapter17/code/collem_kernels.cl}
+\pagebreak
 \lstinputlisting[caption=Collembola OpenCL Diffusion kernel,label=ch17:listing:collembola-diffuse]{Chapters/chapter17/code/collem_kernel_diffuse.cl}
 
 The reproduction, diffusion and culling steps are implemented on GPU
@@ -646,6 +647,7 @@ implementation by enforcing a quasi-sequential execution. It is
 necessary, in the case of MIOR as well as for other ABM, to ensure
 that each work-item is not too constrained in its execution.
 
+\pagebreak
 \lstinputlisting[caption=Main MIOR kernel,label=ch17:listing:mior_kernels]{Chapters/chapter17/code/mior_kernels.cl}
 
 From the sequential algorithm 1 where all the agents share the same