From fb8ff61b1bbd8f8b19b95da2aea88be3cb8cf0a1 Mon Sep 17 00:00:00 2001 From: Kahina Date: Mon, 2 May 2016 08:20:06 +0200 Subject: [PATCH 1/1] explication du kernel --- maj.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/maj.tex b/maj.tex index c5a0beb..30c1a9e 100644 --- a/maj.tex +++ b/maj.tex @@ -765,11 +765,11 @@ This kernel is executed by a large number of GPU threads such that each thread i Each GPU threads in grid compute one root en parallel, if the polynomial size exceed the capacity of the grid the G.S schema are finely executed, like the grid can only compute << Blocks,Threads>> roots at the same time, if we ned to compute more roots, the grid can used the roots previously executed to compute other root ih the same iteration, like the following schema: -\begin{figure}[htbp] -\centering - \includegraphics[width=0.8\textwidth]{figures/G.S} -\caption{Gauss Seidel iteration} -\label{fig:08} +%\begin{figure}[htbp] +%\centering + % \includegraphics[width=0.8\textwidth]{figures/G.S} +%\caption{Gauss Seidel iteration} +%\label{fig:08} The kernel are executed from << DimGrid, DimBlock>>, The last kernel checks the convergence of the roots after each update -- 2.39.5