From 05fd4ec8121d854f88a36aeeece9a0276c8c5e50 Mon Sep 17 00:00:00 2001 From: Kahina Date: Mon, 18 Jan 2016 07:52:28 +0100 Subject: [PATCH] modif --- paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper.tex b/paper.tex index 8203ed0..1abfcbd 100644 --- a/paper.tex +++ b/paper.tex @@ -203,7 +203,7 @@ Using the logarithm and the exponential operators, we can replace any multiplic The code is organized as kernels which are parts of code that are run on GPU devices. Algorithm~\ref{alg1-cuda} describes the CUDA implementation of the Ehrlich-Aberth on a GPU. This algorithms starts -by initializinf the polynomial and its derivative (line 1). The +by initializing the polynomial and its derivative (line 1). The initialization of the roots is performed (line 2). Data are transfered from the CPU to the GPU (after allocation of the required memory on the GPU) (line 3). Then at each iteration, if the error is greater -- 2.39.5