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

Private GIT Repository
new algo 1
authorzianekhodja <zianekhodja.lilia@gmail.com>
Sat, 16 Jan 2016 18:35:34 +0000 (19:35 +0100)
committerzianekhodja <zianekhodja.lilia@gmail.com>
Sat, 16 Jan 2016 18:35:34 +0000 (19:35 +0100)
paper.tex

index 7237cf69f26c8713fac8be40a0d3d10ab18f7421..477f14feb1af57b2fedf9fb3ef2baf8775e58b5e 100644 (file)
--- a/paper.tex
+++ b/paper.tex
@@ -781,9 +781,9 @@ Initialize the polynomial $P$ and its derivative $P'$\;
 Set the initial values of vector $Z$\;
 Copy $P$, $P'$ and $Z$ from the CPU memory to the GPU memory\;
 \While{\emph{not convergence}}{
-  $Z_{prev}$ = Kernel\_Save($Z$)\;
-  $Z$ = Kernel\_Update($P,P',Z$)\;
-  Kernel\_Test\_Convergence($Z,Z_{prev},\epsilon$)\;
+  $Z_{prev}$ = Kernel\_Save($Z,n$)\;
+  $Z$ = Kernel\_Update($P,P',Z,n$)\;
+  Kernel\_Test\_Convergence($Z,Z_{prev},n,\epsilon$)\;
 }
 Copy $Z$ from the GPU memory to the CPU memory\;
 \label{alg1-cuda}