comparison 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
comparison
equal deleted inserted replaced
1:764783c403bd 2:771aaa69c616
45 しかし、Open CL に特化してしまうとフレームワークの汎用性を損なってしまう。 45 しかし、Open CL に特化してしまうとフレームワークの汎用性を損なってしまう。
46 汎用性と性能向上のバランスを Sort, Word count, FFT を例題に考察する。 46 汎用性と性能向上のバランスを Sort, Word count, FFT を例題に考察する。
47 \end{abstract} 47 \end{abstract}
48 % 英文概要 48 % 英文概要
49 \begin{eabstract} 49 \begin{eabstract}
50 Cerium Task Manager is parallel programming frame work. 50 Cerium Task Manager is a parallel programming framework.
51 Generally, in order to demonstrate sufficient performance in GPGPU using Open CL, various tuning is needed. 51 To achieve good performance in GPGPU using Open CL, various tuning is needed.
52 In particular, it is necessary to implement the dependency of task in Cerium by the function of Open CL. 52 In particular, it is necessary to implement the dependency of task in Cerium by the function of Open CL.
53 However, the flexibility of framework will be spoiled if it specializes in Open CL. 53 But, to match specialization for OpenCL spoiles of flexibility of framework.
54 Flexibility and the balance of performance is considered based on Sort, Word count, and FFT example. 54 Balance of flexibility and the performance is considered.
55 We evaluate example Sort, Word count, and FFT.
55 56
56 \end{eabstract} 57 \end{eabstract}
57 58
58 % 表題などの出力 59 % 表題などの出力
59 \maketitle 60 \maketitle