view paper/abstract_eng.tex @ 30:614f3d99fae1

fix english abstract
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Fri, 13 Feb 2015 15:36:49 +0900
parents 82b54ebd26f5
children 7ad011a9b010
line wrap: on
line source

\begin{abstract_eng}
Cerium is a parallel programming framework.
Cerium was programming framework for Cell Broad band Engine.
We supported Multi-platform, it was more improved to the general purpose framework.

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.
In addition, not only the calculation part, 
We expected an improvement in overhead by parallel processing in the I / O part using Cerium.

We evaluate example Sort, Word count, and FFT,
and indicates that the added functions is effective in parallel programming on Multi-platform.
\end{abstract_eng}