# HG changeset patch # User Yuhi TOMARI # Date 1423809409 -32400 # Node ID 614f3d99fae1f8b43b14b4d5303703ba01d47d34 # Parent 1ad3e5ecff1224c7ebe461636b8ebeecb00282e9 fix english abstract diff -r 1ad3e5ecff12 -r 614f3d99fae1 paper/abstract.tex --- 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 の例題を元に測定を行い、 追加した機能がマルチプラットフォームにおける並列プログラミングで有効に作用することを示した。 diff -r 1ad3e5ecff12 -r 614f3d99fae1 paper/abstract_eng.tex --- 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.