view paper/abstract_eng.tex @ 25:b7c93a91a7d1

add english abstract
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Fri, 13 Feb 2015 11:13:27 +0900
parents aae08d907517
children 82b54ebd26f5
line wrap: on
line source

\begin{abstract_eng}
Cerium is a parallel programming framework.
Cerium was programming framework for Cell Broad band Engine.
Cerium need to support to the Multi-platform.
To achieve Multi-core CPU support using SyncronizedQueue.
To achieve GPGPU support using OpenCL and CUDA.
Be improved parallelism by supporting data parallel execution.

Cerium's file read was implemented by mmap.
We have implemented the I/O of parallel processing by BlockedRead.
We evaluate example Sort, Word count, and FFT,
and indicates that the added functions is enabled on multiple platforms.
\end{abstract_eng}