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

Private GIT Repository
suppression du kernel (a revoir si on a plus de temps)
authorcouturie <couturie@extinction>
Fri, 29 Apr 2016 19:06:46 +0000 (21:06 +0200)
committercouturie <couturie@extinction>
Fri, 29 Apr 2016 19:06:46 +0000 (21:06 +0200)
maj.tex

diff --git a/maj.tex b/maj.tex
index dd8b15edd712af315681ce2cf4b0053eb9889174..b7abf8665031829fa492c86c93af674b7def17a2 100644 (file)
--- a/maj.tex
+++ b/maj.tex
@@ -326,13 +326,13 @@ Copy $P$, $P'$ and $Z$ from CPU to GPU\;
 Copy $Z$ from GPU to CPU\;
 \end{algorithm}
 
-\RC{A revoir (c'est de la blague en l'état) : Figure~\ref{fig:00} shows the second kernel code}
-\begin{figure}[htbp]
-\centering
-\includegraphics[angle=+0,width=0.4\textwidth]{code}
-\caption{The Kernel Update code}
-\label{fig:00}
-\end{figure}
+%\RC{A revoir (c'est de la blague en l'état) : Figure~\ref{fig:00} shows the second kernel code}
+%\begin{figure}[htbp]
+%\centering
+%\includegraphics[angle=+0,width=0.4\textwidth]{code}
+%\caption{The Kernel Update code}
+%\label{fig:00}
+%\end{figure}
 
 %We noticed that the code is executed by a large number of GPU threads organized as grid of to dimension (Number of block per grid (NbBlock), number of threads per block(Nbthread)), the Nbthread is fixed initially, the NbBlock is computed as fallow: 
 %$ NbBlocks= \frac{N+Nbthreads-1}{Nbthreads} where N: the number of root$