From 3864e7ed8025aaf8e3b0f5b2fb28a64dc4aa4b76 Mon Sep 17 00:00:00 2001 From: zianekhodja Date: Tue, 19 Jan 2016 17:24:10 +0100 Subject: [PATCH] corrections --- paper.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/paper.tex b/paper.tex index 4f6ae4b..c514b43 100644 --- a/paper.tex +++ b/paper.tex @@ -218,7 +218,7 @@ long since it performs all the operations with complex numbers with the normal mode of the EA method but also with the logarithm-exponential one. Then the error is computed with a final kernel (line 7). Finally when the EA method has converged, the roots -are transferred from the GPU to the CPU.%\LZK{Quand est ce qu'on utilise un normal mode ou logarithm-exponential mode?} +are transferred from the GPU to the CPU. \begin{algorithm}[htpb] \label{alg1-cuda} @@ -309,7 +309,6 @@ Copy $P$, $P'$ from CPU to GPU\; \subsection{A MPI-CUDA approach} - Our parallel implementation of EA to find roots of polynomials using a CUDA-MPI approach follows a similar approach to the one used in CUDA-OpenMP. Each process is responsible to compute its own part of -- 2.39.5