Mercurial > hg > Papers > 2013 > yuhi-sigos
view paper/sigos.tex @ 2:771aaa69c616
commit
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 01 Apr 2013 21:16:36 +0900 |
parents | 764783c403bd |
children |
line wrap: on
line source
\documentclass[techrep]{ipsjpapers} \usepackage[dvipdfm]{graphicx} \usepackage{url} \input{dummy.tex} %% Font % ユーザが定義したマクロなど. \makeatletter \begin{document} % 和文表題 \title{Cerium Task ManagerのGPGPUへの対応} % 英文表題 \etitle{Support GPGPU of Cerium Task Manager} % 所属ラベルの定義 \affilabel{1}{琉球大学理工学研究科情報工学専攻 \\Interdisciplinary Infomation Engineering, Graduate School of Engineering and Science, University of the Ryukyus.} \affilabel{2}{琉球大学工学部情報工学科\\Infomation Engineering, University of the Ryukyus.} % 和文著者名 \author{ 渡真利 勇飛\affiref{1}\and 河野 真治\affiref{2} } % 英文著者名 \eauthor{ Yuhi TOMARI\affiref{1}\and Shinji KONO\affiref{2} } % 連絡先(投稿時に必要.製版用では無視される.) \contact{渡真利 勇飛\\ 〒903-0213 沖縄県西原町千原1番地\\ 琉球大学工学部情報工学科\\ TEL: (098)895-2221\qquad FAX: (098)895-8727\\ email: yuhi@cr.ie.u-ryukyu.ac.jp} % 和文概要 \begin{abstract} Cerium Task Managerは並列プログラミングフレームワークである。 Open CLを用いたGPGPUでは充分な性能を出すために様々なチューニングが必要になる。 特にCeriumにおけるTaskごとの依存関係をOpen CLの機能で実装する必要がある。 しかし、Open CL に特化してしまうとフレームワークの汎用性を損なってしまう。 汎用性と性能向上のバランスを Sort, Word count, FFT を例題に考察する。 \end{abstract} % 英文概要 \begin{eabstract} Cerium Task Manager is a parallel programming framework. To achieve good performance in GPGPU using Open CL, various tuning is needed. In particular, it is necessary to implement the dependency of task in Cerium by the function of Open CL. But, to match specialization for OpenCL spoiles of flexibility of framework. Balance of flexibility and the performance is considered. We evaluate example Sort, Word count, and FFT. \end{eabstract} % 表題などの出力 \maketitle % 本文はここから始まる \input{introduction} % 研究目的 \input{cerium} % Cerium \input{opencl} % Open CL \input{cerium_gpu} % 開発過程 \input{data_parallel} % many core におけるデータ並列 \input{benchmark} % sort \input{conclusion} % まとめ %\input{manycore} % many core system %\input{osmesa} % OSMesa %\input{compare} % 評価と考察 \nocite{toma:2012a} \nocite{opencl} \nocite{opencl:ref} \nocite{opencl:applied} \nocite{yutaka:os} \bibliographystyle{ipsjunsrt} \bibliography{sigos} %\bibliography{cerium,book} %\input{bibliography} % 参考文献 \end{document}