comparison Paper/paper.tex @ 3:4fc34730ac45 draft

add section of conclusions
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Mon, 23 Jul 2012 00:23:02 +0900
parents 7efb3ef94295
children 03e644cc3366
comparison
equal deleted inserted replaced
2:7efb3ef94295 3:4fc34730ac45
152 This is probably concurrency is low, and that seems to be grinding to a halt speed improvement from Amdahl's law\cite{amdahl}. 152 This is probably concurrency is low, and that seems to be grinding to a halt speed improvement from Amdahl's law\cite{amdahl}.
153 Improvement of parallelization rate is a challenge for the future. 153 Improvement of parallelization rate is a challenge for the future.
154 154
155 % また, 図\ref{fig:multi_result}より, 台数効果が確認できる. 155 % また, 図\ref{fig:multi_result}より, 台数効果が確認できる.
156 156
157 \section{まとめ} 157 \section{Conclusions}
158 本稿では, 既存の Cerium Task Manager の実装と新しい並列実行の機構について説明した. 158 In this paper, we describe a new mechanism of parallel execution and implementation of existing Cerium Task Manager.
159 新しく実装した並列実行の機構を用いることによって, Mac OS X, Linux 上でのマルチプロセッサ環境に対応できる. 159 By using a new implementation mechanism of parallel execution, You can correspond to a multi-core processor environment on Mac OSX and Linux.
160 160
161 今後の課題として, 並列化率を向上させ, プロセッサ数が増えた時の速度向上率を改善する. 161 To improve the rate of speed as future work when the number of processors has increased.
162 また, 現在の Cerium Task Manager は Task の種類が増え, Open CL\cite{opencl} に比べても記述が煩雑であるなどの欠点がある. 162 In addition, Cerium Task Manager has many type of task, is a drawback of such description.
163 これは Task の依存関係を, ユーザ側ではなくシステム側が記述するようにすることで解決できると考える. 163 This can be solved by the system description the dependency of the task rather than on the user side.
164 164
165 \nocite{cell_abi} 165 \nocite{cell_abi, opencl}
166 % \nocite{yutaka:2010a, cell_abi, cell_cpp, cell_sdk, libspe2, ydl, clay200912, fix200609} 166 % \nocite{yutaka:2010a, cell_abi, cell_cpp, cell_sdk, libspe2, ydl, clay200912, fix200609}
167 \bibliographystyle{junsrt} 167 \bibliographystyle{junsrt}
168 \bibliography{cerium.bib,book.bib} 168 \bibliography{cerium.bib,book.bib}
169 169
170 \end{document} 170 \end{document}