-This is due to the GPU ability to compute the data-parallel functions
-faster than its CPU counterpart. However, the execution time for the
-CPU (4 cores) implementation exceed 5,000 s for 250,000 degrees
-polynomials, in counterpart the GPU implementation for the same
-polynomials not reach 100 s, more than again, with an execution time
-under to 2,500 s CPU (4 cores) implementation can resolve With the GPU
-we can solve very high degrees polynomials very quickly up to degree
-of 1,000,000. We can also notice that the GPU implementation are
-almost 47 faster then those implementation on the CPU (4
-cores). However the CPU(4 cores) implementation are almost 4 faster
-then his implementation on CPU (1 core). Furthermore, the number of
-iterations and the convergence precision are similar with the CPU
-and the GPU implementation.
-
-%%This reduction
-%of time allows us to compute roots of polynomial of more important
-%degree at the same time than with a CPU.