changeset 40:6e74a202e975

future issue
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Mon, 16 Feb 2015 18:47:00 +0900
parents 05add77d93b2
children 9334c3e08e49
files paper/conclusion.tex paper/master_paper.blg paper/master_paper.dvi paper/master_paper.idx paper/master_paper.lof paper/master_paper.log paper/master_paper.lot
diffstat 6 files changed, 23 insertions(+), 611 deletions(-) [+]
line wrap: on
line diff
--- a/paper/conclusion.tex	Mon Feb 16 03:49:19 2015 +0900
+++ b/paper/conclusion.tex	Mon Feb 16 18:47:00 2015 +0900
@@ -31,11 +31,31 @@
 
 更に、 Blocked Read による並列処理向けのI/Oの実装を行った。
 I/O 専用の Thread を追加し、Task が割り込みが起きた際のオーバーヘッドを減らすことに成功した。
-一般的なfile open である mmap と read の測定も行い、BlockedRead を含めたそれぞれの読み込みに対して、
+一般的な file open である mmap と read の測定も行い、BlockedRead を含めたそれぞれの読み込みに対して、
 どのような状況でより性能を発揮できるのか考察を行った。
 
 \section{今後の課題}
-メモ
+Cerium による GPGPU に関して、さらなる性能向上が見込める。
+今回のベンチマークで、 Cerium による GPGPU と OpenCL 単体による GPGPU で、
+Cerium の実行時間が OpenCL の1.01倍と、ほぼ同じ結果になった。
+Cerium は Task の入出力と処理の部分をパイプラインにより並列に実行している。
+本来であれば Cerium がパイプライン処理の分だけ並列度は高くなる。
+パイプラインが適切に機能していないか、別のオーバーヘッドの存在が考えられる。
+FFT 以外にも例題を作成し、オーバーヘッド部分の特定を行う必要がある。
+
+更に、GPGPU の改善案として CPU と GPU の同時実行が考えられる。
+Cerium では Task を CPU と GPU の両方に振り分けることができる。
+Task を CPU で動かす場合と GPU で動かす場合では、
+プラットフォームの得意とする計算が異なる事からも実行速度に差が生じるのは自明である。
+CPU と GPU の両方の資源を活用して Task を実行することで、高い並列度が期待できる。
+しかし Task をどの程度どのプラットフォームに振り分ければ良いかというのはあまり自明でない。
+プラットフォームに対する Task の振り分けるは、Cerium が自動で Scheduling するのが望ましい。
+基本的には GPU の方がコア数が多いため、優先して Task を振ることになる。
+データの転送がオーバーヘッドとなる際に CPU 側に Task を振ることで並列度の向上が見込める。
+依存関係のある Task を CPU と GPU に分けて振ってしまうとデバイス間の転送が起こり、
+そこでロックが起きるので注意する必要がある。
+
+【メモ】
 
 マルチコア CPU :特に無い?
 
@@ -43,6 +63,6 @@
 
 io : キャッシュの話。読み込みサイズが一定以上になるとキャッシュが無効になる。なんで?みたいな流れ
 
-新設計:入れるにしてもなに書こう
+新設計:入れるにしてもなにから書こう。CS、DSから?
 
 全体:Cerium を使用したアプリケションも何か欲しい
--- a/paper/master_paper.blg	Mon Feb 16 03:49:19 2015 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-This is pBibTeX, Version 0.99d-j0.33 (utf8.euc) (TeX Live 2013)
-Capacity: max_strings=35307, hash_size=35307, hash_prime=30011
-The top-level auxiliary file: master_paper.aux
-The style file: junsrt.bst
-Database file #1: master_paper.bib
-Warning--empty journal in cell
-Warning--empty journal in opencl
-You've used 11 entries,
-            2270 wiz_defined-function locations,
-            586 strings with 5452 characters,
-and the built_in function-call counts, 2269 in all, are:
-= -- 154
-> -- 68
-< -- 2
-+ -- 30
-- -- 19
-* -- 57
-:= -- 312
-add.period$ -- 32
-call.type$ -- 11
-change.case$ -- 11
-chr.to.int$ -- 0
-cite$ -- 13
-duplicate$ -- 160
-empty$ -- 241
-format.name$ -- 38
-if$ -- 545
-int.to.chr$ -- 0
-int.to.str$ -- 11
-missing$ -- 10
-newline$ -- 57
-num.names$ -- 10
-pop$ -- 80
-preamble$ -- 1
-purify$ -- 0
-quote$ -- 0
-skip$ -- 124
-stack$ -- 0
-substring$ -- 32
-swap$ -- 12
-text.length$ -- 2
-text.prefix$ -- 0
-top$ -- 0
-type$ -- 0
-warning$ -- 2
-while$ -- 13
-width$ -- 13
-write$ -- 108
-is.kanji.str$ -- 101
-(There were 2 warnings)
Binary file paper/master_paper.dvi has changed
--- a/paper/master_paper.lof	Mon Feb 16 03:49:19 2015 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-\addvspace {10\p@ }
-\addvspace {10\p@ }
-\contentsline {figure}{\numberline {2.1}{\ignorespaces GPU Architecture}}{4}
-\contentsline {figure}{\numberline {2.2}{\ignorespaces CPU Architecture}}{4}
-\contentsline {figure}{\numberline {2.3}{\ignorespaces Cell Architecture}}{5}
-\addvspace {10\p@ }
-\contentsline {figure}{\numberline {3.1}{\ignorespaces Task Manager}}{10}
-\contentsline {figure}{\numberline {3.2}{\ignorespaces Scheduler}}{11}
-\addvspace {10\p@ }
-\contentsline {figure}{\numberline {4.1}{\ignorespaces Bitonic Sort の例}}{13}
-\contentsline {figure}{\numberline {4.2}{\ignorespaces WordCountのフロー}}{15}
-\addvspace {10\p@ }
-\addvspace {10\p@ }
-\addvspace {10\p@ }
-\contentsline {figure}{\numberline {7.1}{\ignorespaces mmap の Model}}{23}
-\contentsline {figure}{\numberline {7.2}{\ignorespaces BlockedRead による WordCount}}{24}
-\contentsline {figure}{\numberline {7.3}{\ignorespaces BlockedRead と Task を同じ thread で動かした場合}}{26}
-\contentsline {figure}{\numberline {7.4}{\ignorespaces IO Thread による BlockedRead}}{26}
-\addvspace {10\p@ }
-\contentsline {figure}{\numberline {8.1}{\ignorespaces マルチコア CPU における Sort}}{28}
-\contentsline {figure}{\numberline {8.2}{\ignorespaces マルチコア CPU における WordCount}}{29}
-\contentsline {figure}{\numberline {8.3}{\ignorespaces Word Count による prefetch機能のベンチマーク}}{29}
-\contentsline {figure}{\numberline {8.4}{\ignorespaces Word Count によるデータ並列実行のベンチマーク}}{30}
-\contentsline {figure}{\numberline {8.5}{\ignorespaces マルチコア CPU、OpenCL、CUDA における FFT}}{31}
-\contentsline {figure}{\numberline {8.6}{\ignorespaces MacPro 2013 における FFT}}{32}
-\contentsline {figure}{\numberline {8.7}{\ignorespaces WordCount によるファイル読み込み方式のベンチマーク(MacPro2010)}}{33}
-\contentsline {figure}{\numberline {8.8}{\ignorespaces WordCount によるファイル読み込み方式のベンチマーク(MacPro2013)}}{33}
-\addvspace {10\p@ }
-\contentsline {figure}{\numberline {9.1}{\ignorespaces WorkItem ID}}{36}
-\contentsline {figure}{\numberline {9.2}{\ignorespaces Calculate Index example}}{37}
-\contentsline {figure}{\numberline {9.3}{\ignorespaces StarPUにおけるデータ分割}}{38}
-\addvspace {10\p@ }
--- a/paper/master_paper.log	Mon Feb 16 03:49:19 2015 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,510 +0,0 @@
-This is e-pTeX, Version 3.1415926-p3.4-110825-2.6 (utf8.euc) (TeX Live 2013) (format=platex 2013.5.30)  16 FEB 2015 03:47
-entering extended mode
- \write18 enabled.
- %&-line parsing enabled.
-**master_paper
-(./master_paper.tex
-pLaTeX2e <2006/11/10> (based on LaTeX2e <2011/06/27> patch level 0)
-Babel <3.9f> and hyphenation patterns for 78 languages loaded.
-(/usr/local/share/texlive/2013/texmf-dist/tex/platex/base/jreport.cls
-Document Class: jreport 2006/06/27 v1.6 Standard pLaTeX class
-\c@@paper=\count81
-(/usr/local/share/texlive/2013/texmf-dist/tex/platex/base/jsize12.clo
-File: jsize12.clo 2006/06/27 v1.6 Standard pLaTeX file (size option)
-)
-\c@part=\count82
-\c@chapter=\count83
-\c@section=\count84
-\c@subsection=\count85
-\c@subsubsection=\count86
-\c@paragraph=\count87
-\c@subparagraph=\count88
-\c@figure=\count89
-\c@table=\count90
-\abovecaptionskip=\skip41
-\belowcaptionskip=\skip42
-\symmincho=\mathgroup4
-LaTeX Font Info:    Overwriting symbol font `mincho' in version `bold'
-(Font)                  JY1/mc/m/n --> JY1/gt/m/n on input line 677.
-\toclineskip=\dimen118
-\@lnumwidth=\dimen119
-\bibindent=\dimen120
-\heisei=\count91
-)
-(./master_paper.sty
-****************************************************************
-** 平成15年度 琉球大学大学院 学位論文(修士) ********************
-** スタイルファイル(LaTeX2e) : 非公式 ********************
-****************************************************************
-\c@defnum=\count92
-) (/usr/local/share/texlive/2013/texmf-dist/tex/platex/base/ascmac.sty
-(/usr/local/share/texlive/2013/texmf-dist/tex/platex/base/tascmac.sty
-\@savetbaselineshift=\dimen121
-\@saveybaselineshift=\dimen122
-\scb@x=\box41
-\scscb@x=\box42
-\@bw=\dimen123
-\@nbox=\box43
-\@nbody=\box44
-\@scw=\dimen124
-\@itemh=\dimen125
-\@iboxpos=\toks15
-\@iboxstr=\box45
-\@bwsp=\box46
-\@@bwsp=\box47
-\@bcal=\count93
-\shaderule=\dimen126
-))
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/graphics/graphicx.sty
-Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
-
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/graphics/keyval.sty
-Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
-\KV@toks@=\toks16
-)
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/graphics/graphics.sty
-Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
-
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/graphics/trig.sty
-Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
-)
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/latexconfig/graphics.cfg
-File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
-)
-Package graphics Info: Driver file: dvipdfmx.def on input line 91.
-
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def
-File: dvipdfmx.def 2013/05/27 v3.2 LaTeX graphics driver for dvipdfmx (TeX Live
-/ChoF)
-))
-\Gin@req@height=\dimen127
-\Gin@req@width=\dimen128
-) (/usr/local/share/texlive/2013/texmf-dist/tex/latex/here/here.sty)
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/float/float.sty
-Package: float 2001/11/08 v1.3d Float enhancements (AL)
-\c@float@type=\count94
-\float@exts=\toks17
-\float@box=\box48
-\@float@everytoks=\toks18
-\@floatcapt=\box49
-)
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/listings/listings.sty
-\lst@mode=\count95
-\lst@gtempboxa=\box50
-\lst@token=\toks19
-\lst@length=\count96
-\lst@currlwidth=\dimen129
-\lst@column=\count97
-\lst@pos=\count98
-\lst@lostspace=\dimen130
-\lst@width=\dimen131
-\lst@newlines=\count99
-\lst@lineno=\count100
-\lst@maxwidth=\dimen132
-
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/listings/lstmisc.sty
-File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
-\c@lstnumber=\count101
-\lst@skipnumbers=\count102
-\lst@framebox=\box51
-)
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/listings/listings.cfg
-File: listings.cfg 2007/02/22 1.4 listings configuration
-))
-Package: listings 2007/02/22 1.4 (Carsten Heinz)
-
-(./jlisting.sty
-Package: jlisting 2006/02/20 0.2 (Thor)
-\lst@nextchar=\count103
-\lst@inputfile=\read1
-)
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/comment/comment.sty
-\CommentStream=\write3
-
-Excluding comment 'comment')
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/listings/lstlang1.sty
-File: lstlang1.sty 2004/09/05 1.3 listings language file
-)
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/base/makeidx.sty
-Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
-)
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/tools/multicol.sty
-Package: multicol 2011/06/27 v1.7a multicolumn formatting (FMi)
-\c@tracingmulticols=\count104
-\mult@box=\box52
-\multicol@leftmargin=\dimen133
-\c@unbalance=\count105
-\c@collectmore=\count106
-\doublecol@number=\count107
-\multicoltolerance=\count108
-\multicolpretolerance=\count109
-\full@width=\dimen134
-\page@free=\dimen135
-\premulticols=\dimen136
-\postmulticols=\dimen137
-\multicolsep=\skip43
-\multicolbaselineskip=\skip44
-\partial@page=\box53
-\last@line=\box54
-\mult@rightbox=\box55
-\mult@grightbox=\box56
-\mult@gfirstbox=\box57
-\mult@firstbox=\box58
-\@tempa=\box59
-\@tempa=\box60
-\@tempa=\box61
-\@tempa=\box62
-\@tempa=\box63
-\@tempa=\box64
-\@tempa=\box65
-\@tempa=\box66
-\@tempa=\box67
-\@tempa=\box68
-\@tempa=\box69
-\@tempa=\box70
-\@tempa=\box71
-\@tempa=\box72
-\@tempa=\box73
-\@tempa=\box74
-\@tempa=\box75
-\c@columnbadness=\count110
-\c@finalcolumnbadness=\count111
-\last@try=\dimen138
-\multicolovershoot=\dimen139
-\multicolundershoot=\dimen140
-\mult@nat@firstbox=\box76
-\colbreak@box=\box77
-\multicol@sort@counter=\count112
-)
-\@indexfile=\write4
-\openout4 = `master_paper.idx'.
-
-
-Writing index file master_paper.idx
-(./master_paper.aux)
-\openout1 = `master_paper.aux'.
-
-LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 59.
-LaTeX Font Info:    ... okay on input line 59.
-LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 59.
-LaTeX Font Info:    ... okay on input line 59.
-LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 59.
-LaTeX Font Info:    ... okay on input line 59.
-LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 59.
-LaTeX Font Info:    ... okay on input line 59.
-LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 59.
-LaTeX Font Info:    ... okay on input line 59.
-LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 59.
-LaTeX Font Info:    ... okay on input line 59.
-LaTeX Font Info:    Checking defaults for JY1/mc/m/n on input line 59.
-LaTeX Font Info:    ... okay on input line 59.
-LaTeX Font Info:    Checking defaults for JT1/mc/m/n on input line 59.
-LaTeX Font Info:    ... okay on input line 59.
-\c@lstlisting=\count113
-LaTeX Font Info:    Font shape `JT1/mc/bx/n' in size <24.88> not available
-(Font)              Font shape `JT1/gt/m/n' tried instead on input line 61.
-LaTeX Font Info:    Font shape `JY1/mc/bx/n' in size <24.88> not available
-(Font)              Font shape `JY1/gt/m/n' tried instead on input line 61.
-File: images/u-ryukyu-Mark.eps Graphic file (type eps)
- <images/u-ryukyu-Mark.eps> [1
-
-] (./abstract.tex)
-(./abstract_eng.tex [1]) [1] (./master_paper.toc
-LaTeX Font Info:    Font shape `JT1/mc/bx/n' in size <12> not available
-(Font)              Font shape `JT1/gt/m/n' tried instead on input line 1.
-LaTeX Font Info:    Font shape `JY1/mc/bx/n' in size <12> not available
-(Font)              Font shape `JY1/gt/m/n' tried instead on input line 1.
-LaTeX Font Info:    External font `cmex10' loaded for size
-(Font)              <12> on input line 3.
-LaTeX Font Info:    External font `cmex10' loaded for size
-(Font)              <8> on input line 3.
-LaTeX Font Info:    External font `cmex10' loaded for size
-(Font)              <6> on input line 3.
-LaTeX Font Info:    Font shape `JT1/mc/bx/n' in size <10> not available
-(Font)              Font shape `JT1/gt/m/n' tried instead on input line 28.
-LaTeX Font Info:    Font shape `JY1/mc/bx/n' in size <10> not available
-(Font)              Font shape `JY1/gt/m/n' tried instead on input line 28.
-LaTeX Font Info:    Font shape `JT1/mc/bx/n' in size <10.95> not available
-(Font)              Font shape `JT1/gt/m/n' tried instead on input line 28.
-LaTeX Font Info:    Font shape `JY1/mc/bx/n' in size <10.95> not available
-(Font)              Font shape `JY1/gt/m/n' tried instead on input line 28.
-LaTeX Font Info:    External font `cmex10' loaded for size
-(Font)              <10.95> on input line 28.
- [1
-
-])
-\tf@toc=\write5
-\openout5 = `master_paper.toc'.
-
-File: images/emblem-bitmap.eps Graphic file (type eps)
-
-<images/emblem-bitmap.eps> [2] (./master_paper.lof)
-\tf@lof=\write6
-\openout6 = `master_paper.lof'.
-
- [3
-
-] (./master_paper.lot)
-\tf@lot=\write7
-\openout7 = `master_paper.lot'.
-
-
-(./introduciton.tex [4
-
-]
-第 1 章(vページ)
-[1
-
-]) (./chapter1.tex
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps>
-Overfull \hbox (86.52322pt too wide) has occurred while \output is active
-[] \JY1/gt/m/n/10.95 第 \OT1/cmr/bx/n/10.95 1 \JY1/gt/m/n/10.95 章 マルチプラ 
-ッ トフ ォ ームなフレ ームワ ークにおける並列プログラミング
- []
-
-[2]
-第 2 章(3ページ)
-LaTeX Font Info:    Font shape `JT1/mc/bx/n' in size <17.28> not available
-(Font)              Font shape `JT1/gt/m/n' tried instead on input line 6.
-LaTeX Font Info:    Font shape `JY1/mc/bx/n' in size <17.28> not available
-(Font)              Font shape `JY1/gt/m/n' tried instead on input line 6.
-File: ./images/gpu_arch.pdf Graphic file (type pdf)
-<./images/gpu_arch.pdf>
-File: ./images/cpu_arch.pdf Graphic file (type pdf)
- <./images/cpu_arch.pdf>
-File: ./images/cell_arch.pdf Graphic file (type pdf)
- <./images/cell_arch.pdf>
-[3
-
-]
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [4]
-LaTeX Font Info:    Try loading font information for OMS+cmr on input line 82.
-
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/base/omscmr.fd
-File: omscmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
-)
-LaTeX Font Info:    Font shape `OMS/cmr/m/n' in size <12> not available
-(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 82.
-File: images/emblem-bitmap.eps Graphic file (type eps)
-
-<images/emblem-bitmap.eps> [5]
-LaTeX Font Info:    Font shape `OMS/cmr/m/n' in size <10> not available
-(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 139.
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [6]) (./chapter2.tex
-File: images/emblem-bitmap.eps Graphic file (type eps)
-
-<images/emblem-bitmap.eps> [7]
-第 3 章(8ページ)
-
-LaTeX Font Warning: Font shape `JT1/mc/m/it' undefined
-(Font)              using `JT1/mc/m/n' instead on input line 24.
-
-
-LaTeX Font Warning: Font shape `JY1/mc/m/it' undefined
-(Font)              using `JY1/mc/m/n' instead on input line 24.
-
-LaTeX Font Info:    External font `cmex10' loaded for size
-(Font)              <7> on input line 25.
-LaTeX Font Info:    External font `cmex10' loaded for size
-(Font)              <5> on input line 25.
-LaTeX Font Info:    Try loading font information for OML+cmr on input line 25.
-(/usr/local/share/texlive/2013/texmf-dist/tex/latex/base/omlcmr.fd
-File: omlcmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
-)
-LaTeX Font Info:    Font shape `OML/cmr/m/n' in size <10> not available
-(Font)              Font shape `OML/cmm/m/it' tried instead on input line 25.
- [8
-
-]
-File: images/emblem-bitmap.eps Graphic file (type eps)
-
-<images/emblem-bitmap.eps> [9]
-File: ./images/createTask.pdf Graphic file (type pdf)
- <./images/createTask.pdf>
-File: images/emblem-bitmap.eps Graphic file (type eps)
-
-<images/emblem-bitmap.eps> [10]
-File: ./images/scheduler.pdf Graphic file (type pdf)
- <./images/scheduler.pdf>) (./chapter3.tex
-File: images/emblem-bitmap.eps Graphic file (type eps)
-
-<images/emblem-bitmap.eps> [11]
-第 4 章(12ページ)
-[12
-
-]
-File: ./images/sort_benchmark.pdf Graphic file (type pdf)
- <./images/sort_benchmark.pdf>
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [13]
-File: ./images/wordcount.pdf Graphic file (type pdf)
-
-<./images/wordcount.pdf>
-Overfull \hbox (6.37852pt too wide) in paragraph at lines 79--80
- [] 
- []
-
-File: images/emblem-bitmap.eps Graphic file (type eps)
-<images/emblem-bitmap.eps> [14]
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [15])
-(./chapter4.tex
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [16
-
-]
-第 5 章(17ページ)
-[17
-
-]
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [18]) (./chapter5.tex
-File: images/emblem-bitmap.eps Graphic file (type eps)
-
-<images/emblem-bitmap.eps> [19]
-第 6 章(20ページ)
-[20
-
-]
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [21]
-
-LaTeX Warning: Reference `src:multicore_cpu' on page 22 undefined on input line
- 94.
-
-) (./chapter6.tex
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [22]
-第 7 章(23ページ)
-File: ./images/mmap.pdf Graphic file (type pdf)
-<./images/mmap.pdf> [23
-
-]
-File: ./images/blockedread.pdf Graphic file (type pdf)
- <./images/blockedread.pdf>
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps>
-[24]
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [25]
-File: ./images/speblockedread.pdf Graphic file (type pdf)
- <./images/speblockedread.pdf>
-Overfull \hbox (2.16278pt too wide) in paragraph at lines 122--123
- [] 
- []
-
-
-LaTeX Warning: Reference `fig:iothread_blockedread' on page 26 undefined on inp
-ut line 132.
-
-File: ./images/iothread.pdf Graphic file (type pdf)
-<./images/iothread.pdf>
-Overfull \hbox (47.1306pt too wide) in paragraph at lines 136--137
- [] 
- []
-
-) (./chapter8.tex
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [26]
-第 8 章(27ページ)
-File: ./figures/multicore/sort.pdf Graphic file (type pdf)
-<./figures/multicore/sort.pdf> [27
-
-]
-File: ./figures/multicore/word_count.pdf Graphic file (type pdf)
- <./figures/multicore/word_count.pdf>
-File: ./figures/dma/dmabench.pdf Graphic file (type pdf)
-
-<./figures/dma/dmabench.pdf>
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [28]
-File: images/emblem-bitmap.eps Graphic file (type eps)
-
-<images/emblem-bitmap.eps> [29]
-File: ./figures/GPU/wordcount_dataparallel.pdf Graphic file (type pdf)
- <./figures/GPU/wordcount_dataparallel.pdf>
-File: images/emblem-bitmap.eps Graphic file (type eps)
-
-<images/emblem-bitmap.eps> [30]
-File: ./figures/GPU/fft_firefly.pdf Graphic file (type pdf)
- <./figures/GPU/fft_firefly.pdf>
-File: ./figures/GPU/fft_dragonfly.pdf Graphic file (type pdf)
-
-<./figures/GPU/fft_dragonfly.pdf>
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [31]
-File: ./figures/io/io_thread_firefly.pdf Graphic file (type pdf)
-
-<./figures/io/io_thread_firefly.pdf>
-File: ./figures/io/io_thread_dragonfly.pdf Graphic file (type pdf)
- <./figures/io/io_thread_dragonfly.pdf>)
-(./chapter9.tex
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [32]
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps>
-[33]
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [34]
-第 9 章(35ページ)
-File: ./images/workitem.pdf Graphic file (type pdf)
-<./images/workitem.pdf> [35
-
-]
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [36]
-File: ./images/calculateIndex.pdf Graphic file (type pdf)
-
-<./images/calculateIndex.pdf>
-File: ./images/starpu_data_parallel.pdf Graphic file (type pdf)
- <./images/starpu_data_parallel.pdf>)
-(./conclusion.tex
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [37]
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps>
-[38]
-第 10 章(39ページ)
-[39
-
-]) (./thanx.tex
-File: images/emblem-bitmap.eps Graphic file (type eps)
- <images/emblem-bitmap.eps> [40]) (./master_paper.bbl
-[41
-
-]
-
-LaTeX Font Warning: Font shape `JT1/gt/m/it' undefined
-(Font)              using `JT1/gt/m/n' instead on input line 56.
-
-
-LaTeX Font Warning: Font shape `JY1/gt/m/it' undefined
-(Font)              using `JY1/gt/m/n' instead on input line 56.
-
-) (./appendix.tex [42
-
-])
-No file master_paper.ind.
-[43
-
-] (./master_paper.aux)
-
-LaTeX Font Warning: Some font shapes were not available, defaults substituted.
-
-
-LaTeX Warning: There were undefined references.
-
- ) 
-Here is how much of TeX's memory you used:
- 2559 strings out of 494008
- 36285 string characters out of 6154472
- 189780 words of memory out of 5000000
- 5921 multiletter control sequences out of 15000+600000
- 18570 words of font info for 72 fonts, out of 8000000 for 9000
- 745 hyphenation exceptions out of 8191
- 30i,12n,40p,213b,1954s stack positions out of 5000i,500n,10000p,200000b,80000s
-
-Output written on master_paper.dvi (50 pages, 147056 bytes).
--- a/paper/master_paper.lot	Mon Feb 16 03:49:19 2015 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-\addvspace {10\p@ }
-\addvspace {10\p@ }
-\addvspace {10\p@ }
-\contentsline {table}{\numberline {3.1}{\ignorespaces Task 生成おける API}}{9}
-\contentsline {table}{\numberline {3.2}{\ignorespaces Task 側で使用する API}}{9}
-\addvspace {10\p@ }
-\addvspace {10\p@ }
-\contentsline {table}{\numberline {5.1}{\ignorespaces データ並列実行時の index の割り当て}}{18}
-\addvspace {10\p@ }
-\addvspace {10\p@ }
-\addvspace {10\p@ }
-\contentsline {table}{\numberline {8.1}{\ignorespaces Ceriumを実行する実験環境1}}{27}
-\contentsline {table}{\numberline {8.2}{\ignorespaces Ceriumを実行する実験環境2}}{27}
-\addvspace {10\p@ }
-\contentsline {table}{\numberline {9.1}{\ignorespaces kernel で使用する ID 取得の API}}{36}
-\addvspace {10\p@ }