The first steps consist in the initialization of the input data like, the polynomial P,derivative of P and the vector solution Z. Then, all data of the root finding problem
must be copied from the CPU memory to the GPU global memory,because
the GPUs only work on the data filled in their memories.
The first steps consist in the initialization of the input data like, the polynomial P,derivative of P and the vector solution Z. Then, all data of the root finding problem
must be copied from the CPU memory to the GPU global memory,because
the GPUs only work on the data filled in their memories.