X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/book_gpu.git/blobdiff_plain/c8b308b236018000b34d6d58d5bdc4cb8313111b..c2980681862642e4942120685c04bf8b2cdbb5c2:/BookGPU/Chapters/chapter18/ch18.aux?ds=sidebyside diff --git a/BookGPU/Chapters/chapter18/ch18.aux b/BookGPU/Chapters/chapter18/ch18.aux index e01c7b1..b69311d 100644 --- a/BookGPU/Chapters/chapter18/ch18.aux +++ b/BookGPU/Chapters/chapter18/ch18.aux @@ -2,44 +2,45 @@ \@writefile{toc}{\author{Rapha\IeC {\"e}l Couturier}{}} \@writefile{toc}{\author{Christophe Guyeux}{}} \@writefile{loa}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {chapter}{\numberline {16}Pseudorandom Number Generator on GPU}{353}} +\@writefile{toc}{\contentsline {chapter}{\numberline {16}Pseudorandom Number Generator on GPU}{363}} \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\newlabel{chapter18}{{16}{353}} -\@writefile{toc}{\contentsline {section}{\numberline {16.1}Introduction}{353}} -\@writefile{toc}{\contentsline {section}{\numberline {16.2}Basic Remindees}{355}} -\newlabel{section:BASIC RECALLS}{{16.2}{355}} -\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.1}A Short Presentation of Chaos}{355}} -\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.2}On Devaney's Definition of Chaos}{355}} -\newlabel{sec:dev}{{16.2.2}{355}} -\newlabel{Devaney}{{16.1}{355}} -\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.3}Chaotic iterations}{356}} -\newlabel{subsection:Chaotic iterations}{{16.2.3}{356}} -\newlabel{Chaotic iterations}{{2}{356}} -\newlabel{eq:generalIC}{{16.4}{357}} -\newlabel{equation Oplus}{{16.5}{357}} -\@writefile{toc}{\contentsline {section}{\numberline {16.3}Toward Efficiency and Improvement for CI PRNG}{357}} -\newlabel{sec:efficient PRNG}{{16.3}{357}} -\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.1}First Efficient Implementation of a PRNG based on Chaotic Iterations}{357}} -\newlabel{algo:seqCIPRNG}{{16.1}{357}} -\@writefile{lol}{\contentsline {lstlisting}{\numberline {16.1}C code of the sequential PRNG based on chaotic iterations}{357}} -\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.2}Efficient PRNGs based on Chaotic Iterations on GPU}{358}} -\newlabel{sec:efficient PRNG gpu}{{16.3.2}{358}} -\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.3}Naive Version for GPU}{358}} -\@writefile{loa}{\contentsline {algocf}{\numberline {16}{\ignorespaces Main kernel of the GPU ``naive'' version of the PRNG based on chaotic iterations\relax }}{359}} -\newlabel{algo:gpu_kernel}{{16}{359}} -\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.4}Improved Version for GPU}{359}} -\newlabel{IR}{{17}{360}} -\@writefile{loa}{\contentsline {algocf}{\numberline {17}{\ignorespaces Main kernel for the chaotic iterations based PRNG GPU efficient version\relax }}{360}} -\newlabel{algo:gpu_kernel2}{{17}{360}} -\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.5}Chaos Evaluation of the Improved Version}{360}} -\@writefile{toc}{\contentsline {section}{\numberline {16.4}Experiments}{361}} -\newlabel{sec:experiments}{{16.4}{361}} -\@writefile{toc}{\contentsline {section}{Bibliography}{361}} -\@writefile{lof}{\contentsline {figure}{\numberline {16.1}{\ignorespaces Quantity of pseudorandom numbers generated per second with the xorlike-based PRNG\relax }}{362}} -\newlabel{fig:time_xorlike_gpu}{{16.1}{362}} +\newlabel{chapter18}{{16}{363}} +\@writefile{toc}{\contentsline {section}{\numberline {16.1}Introduction}{363}} +\@writefile{toc}{\contentsline {section}{\numberline {16.2}Basic Remindees}{365}} +\newlabel{section:BASIC RECALLS}{{16.2}{365}} +\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.1}A Short Presentation of Chaos}{365}} +\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.2}On Devaney's Definition of Chaos}{365}} +\newlabel{sec:dev}{{16.2.2}{365}} +\newlabel{Devaney}{{16.1}{365}} +\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.3}Chaotic iterations}{366}} +\newlabel{subsection:Chaotic iterations}{{16.2.3}{366}} +\newlabel{Chaotic iterations}{{2}{366}} +\newlabel{eq:generalIC}{{16.4}{367}} +\newlabel{equation Oplus}{{16.5}{367}} +\@writefile{toc}{\contentsline {section}{\numberline {16.3}Toward Efficiency and Improvement for CI PRNG}{367}} +\newlabel{sec:efficient PRNG}{{16.3}{367}} +\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.1}First Efficient Implementation of a PRNG based on Chaotic Iterations}{367}} +\newlabel{algo:seqCIPRNG}{{16.1}{367}} +\@writefile{lol}{\contentsline {lstlisting}{\numberline {16.1}C code of the sequential PRNG based on chaotic iterations}{367}} +\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.2}Efficient PRNGs based on Chaotic Iterations on GPU}{368}} +\newlabel{sec:efficient PRNG gpu}{{16.3.2}{368}} +\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.3}Naive Version for GPU}{368}} +\@writefile{loa}{\contentsline {algocf}{\numberline {16}{\ignorespaces Main kernel of the GPU ``naive'' version of the PRNG based on chaotic iterations\relax }}{369}} +\newlabel{algo:gpu_kernel}{{16}{369}} +\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.4}Improved Version for GPU}{369}} +\newlabel{IR}{{17}{370}} +\@writefile{loa}{\contentsline {algocf}{\numberline {17}{\ignorespaces Main kernel for the chaotic iterations based PRNG GPU efficient version\relax }}{370}} +\newlabel{algo:gpu_kernel2}{{17}{370}} +\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.5}Chaos Evaluation of the Improved Version}{370}} +\@writefile{toc}{\contentsline {section}{\numberline {16.4}Experiments}{371}} +\newlabel{sec:experiments}{{16.4}{371}} +\@writefile{toc}{\contentsline {section}{\numberline {16.5}Summary}{371}} +\@writefile{lof}{\contentsline {figure}{\numberline {16.1}{\ignorespaces Quantity of pseudorandom numbers generated per second with the xorlike-based PRNG\relax }}{372}} +\newlabel{fig:time_xorlike_gpu}{{16.1}{372}} +\@writefile{toc}{\contentsline {section}{Bibliography}{373}} \@setckpt{Chapters/chapter18/ch18}{ -\setcounter{page}{364} +\setcounter{page}{375} \setcounter{equation}{5} \setcounter{enumi}{2} \setcounter{enumii}{0} @@ -47,9 +48,9 @@ \setcounter{enumiv}{17} \setcounter{footnote}{2} \setcounter{mpfootnote}{0} -\setcounter{part}{1} +\setcounter{part}{6} \setcounter{chapter}{16} -\setcounter{section}{4} +\setcounter{section}{5} \setcounter{subsection}{0} \setcounter{subsubsection}{0} \setcounter{paragraph}{0} @@ -68,6 +69,13 @@ \setcounter{algocfline}{17} \setcounter{algocfproc}{17} \setcounter{algocf}{17} +\setcounter{nprt@mantissa@digitsbefore}{0} +\setcounter{nprt@mantissa@digitsafter}{0} +\setcounter{nprt@exponent@digitsbefore}{0} +\setcounter{nprt@exponent@digitsafter}{0} +\setcounter{nprt@digitsfirstblock}{0} +\setcounter{nprt@blockcnt}{0} +\setcounter{nprt@cntprint}{0} \setcounter{proposition}{1} \setcounter{theorem}{0} \setcounter{exercise}{0}