-converged. Many important remarks should be noticed. First, as blocks
-of threads are scheduled automatically by the GPU, we have absolutely
-no control on the order of the blocks. Consequently, our algorithm is
-executed more or less in an asynchronous iterations way, where blocks
-of roots are updated in a non deterministic way. As the Durand-Kerner
-method has been proved to convergence with asynchronous iterations, we
-think it is similar with the Ehrlich-Aberth method, but we did not try
-to prove this in that paper. Another consequence of that, is that
-several executions of our algorithm with the same polynomials do no
-give necessarily the same result with the same number of iterations
-(even if the variation is not very significant).
+converged. It should be noticed that, as blocks of threads are
+scheduled automatically by the GPU, we have absolutely no control on
+the order of the blocks. Consequently, our algorithm is executed more
+or less in an asynchronous iteration model, where blocks of roots are
+updated in a non deterministic way. As the Durand-Kerner method has
+been proved to converge with asynchronous iterations, we think it is
+similar with the Ehrlich-Aberth method, but we did not try to prove
+this in that paper. Another consequence of that, is that several
+executions of our algorithm with the same polynomial do no give
+necessarily the same result (but roots have the same accuracy) and the
+same number of iterations (even if the variation is not very
+significant).