X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/kahina_paper2.git/blobdiff_plain/77331796ab2b89292c0b0480e3dba5ce57178dd7..684d40745670cff9d64bc62afcbbfbafe224372d:/maj.tex?ds=inline diff --git a/maj.tex b/maj.tex index 262d53a..d218adb 100644 --- a/maj.tex +++ b/maj.tex @@ -327,8 +327,10 @@ Copy $P$, $P'$ and $Z$ from CPU to GPU\; Copy $Z$ from GPU to CPU\; \end{algorithm} -Listing~\ref{lst:01} shows the second kernel code. As can be seen this -kernel calls multiple kernels, all the kernals for complex numbers and +Listing~\ref{lst:01} shows the a simplified version of second kernel +code (some parameters in the kernels have been simplified in order to +increase the readability). As can be seen this +kernel calls multiple kernels, all the kernels for complex numbers and kernels for the evaluation of a polynomial are not detailed. \begin{footnotesize}