From d62bf95f0be0f7fb4d47af9d48c1da6be3d8f132 Mon Sep 17 00:00:00 2001 From: couturie Date: Sat, 20 Jul 2013 16:08:53 +0200 Subject: [PATCH] new --- BookGPU/Chapters/chapter17/ch17.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BookGPU/Chapters/chapter17/ch17.tex b/BookGPU/Chapters/chapter17/ch17.tex index bec01e3..f468214 100755 --- a/BookGPU/Chapters/chapter17/ch17.tex +++ b/BookGPU/Chapters/chapter17/ch17.tex @@ -658,7 +658,7 @@ 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} +\lstinputlisting[caption=main MIOR kernel,label=ch17:listing:mior_kernels]{Chapterbis/chapter17/code/mior_kernels.cl} From the sequential algorithm (Algorithm~\ref{ch17:seqalgo}) where all the agents share the same data, we have developed a parallel algorithm -- 2.39.5