Mercurial > hg > Papers > 2015 > yuhi-master
changeset 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 | 1ad3e5ecff12 |
children | f0060254db3f |
files | paper/abstract.tex paper/abstract_eng.tex |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/abstract.tex Fri Feb 13 15:27:39 2015 +0900 +++ b/paper/abstract.tex Fri Feb 13 15:36:49 2015 +0900 @@ -9,7 +9,7 @@ また、Cerium ではファイル読み込みを mmap で実装していたが、 Blocked Read による並列処理向けの I/O の実装を行った。 -I/O 部分も Cerium を用いて並列に処理することでオーバーヘッドの改善が見込める。 +計算部分だけでなく、I/O 部分も Cerium を用いて並列に処理することでオーバーヘッドの改善が見込める。 Sort、WordCount 、FFT の例題を元に測定を行い、 追加した機能がマルチプラットフォームにおける並列プログラミングで有効に作用することを示した。
--- a/paper/abstract_eng.tex Fri Feb 13 15:27:39 2015 +0900 +++ b/paper/abstract_eng.tex Fri Feb 13 15:36:49 2015 +0900 @@ -1,7 +1,7 @@ \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. +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. @@ -9,6 +9,8 @@ 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.