Mercurial > hg > Papers > 2018 > parusu-master
changeset 40:9fbe922723e1
Fix
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 04 Feb 2018 22:42:13 +0900 |
parents | ccc2059189ea |
children | 5e604f9f9022 |
files | paper/evaluation.tex paper/gpu.tex |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/evaluation.tex Sun Feb 04 22:20:29 2018 +0900 +++ b/paper/evaluation.tex Sun Feb 04 22:42:13 2018 +0900 @@ -119,7 +119,7 @@ GPU & 5.420\\ \hline GPU(kernel only)& 0.163\\ \hline \end{tabular} - \caption{$2^{24}$ のデータに対する Twice} + \caption{$2^{24}$ のデータに対する BitonicSort} \label{tab:bitonicSort} \end{center} \end{table}
--- a/paper/gpu.tex Sun Feb 04 22:20:29 2018 +0900 +++ b/paper/gpu.tex Sun Feb 04 22:42:13 2018 +0900 @@ -89,7 +89,7 @@ \newpage -\lstinputlisting[caption=kernel に起動, label=code:cuLaunchKernel]{./src/cuLaunchKernel.cbc} +\lstinputlisting[caption=kernel の起動, label=code:cuLaunchKernel]{./src/cuLaunchKernel.cbc} Gears OS ではデータ並列 Task の際は Iterator Interface を持っており、 そこで指定した長さ、次元数に応じて cuLaunchKernel の引数を決定する(\coderef{cuLaunchKernel} 11-18行目)。