20
|
1 <?xml version="1.0" encoding="utf-8" ?>
|
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4 <head>
|
|
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6 <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
|
|
7 <meta name="version" content="S5 1.1" />
|
21
|
8 <title>Cell 用の Fine-Grain Task Manager の実装</title>
|
20
|
9 <style type="text/css">
|
|
10
|
|
11 /*
|
|
12 :Author: David Goodger
|
|
13 :Contact: goodger@users.sourceforge.net
|
|
14 :Date: $Date: 2005-12-18 01:56:14 +0100 (Sun, 18 Dec 2005) $
|
|
15 :Revision: $Revision: 4224 $
|
|
16 :Copyright: This stylesheet has been placed in the public domain.
|
|
17
|
|
18 Default cascading style sheet for the HTML output of Docutils.
|
|
19
|
|
20 See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
|
21 customize this style sheet.
|
|
22 */
|
|
23
|
|
24 /* used to remove borders from tables and images */
|
|
25 .borderless, table.borderless td, table.borderless th {
|
|
26 border: 0 }
|
|
27
|
|
28 table.borderless td, table.borderless th {
|
|
29 /* Override padding for "table.docutils td" with "! important".
|
|
30 The right padding separates the table cells. */
|
|
31 padding: 0 0.5em 0 0 ! important }
|
|
32
|
|
33 .first {
|
|
34 /* Override more specific margin styles with "! important". */
|
|
35 margin-top: 0 ! important }
|
|
36
|
|
37 .last, .with-subtitle {
|
|
38 margin-bottom: 0 ! important }
|
|
39
|
|
40 .hidden {
|
|
41 display: none }
|
|
42
|
|
43 a.toc-backref {
|
|
44 text-decoration: none ;
|
|
45 color: black }
|
|
46
|
|
47 blockquote.epigraph {
|
|
48 margin: 2em 5em ; }
|
|
49
|
|
50 dl.docutils dd {
|
|
51 margin-bottom: 0.5em }
|
|
52
|
|
53 /* Uncomment (and remove this text!) to get bold-faced definition list terms
|
|
54 dl.docutils dt {
|
|
55 font-weight: bold }
|
|
56 */
|
|
57
|
|
58 div.abstract {
|
|
59 margin: 2em 5em }
|
|
60
|
|
61 div.abstract p.topic-title {
|
|
62 font-weight: bold ;
|
|
63 text-align: center }
|
|
64
|
|
65 div.admonition, div.attention, div.caution, div.danger, div.error,
|
|
66 div.hint, div.important, div.note, div.tip, div.warning {
|
|
67 margin: 2em ;
|
|
68 border: medium outset ;
|
|
69 padding: 1em }
|
|
70
|
|
71 div.admonition p.admonition-title, div.hint p.admonition-title,
|
|
72 div.important p.admonition-title, div.note p.admonition-title,
|
|
73 div.tip p.admonition-title {
|
|
74 font-weight: bold ;
|
|
75 font-family: sans-serif }
|
|
76
|
|
77 div.attention p.admonition-title, div.caution p.admonition-title,
|
|
78 div.danger p.admonition-title, div.error p.admonition-title,
|
|
79 div.warning p.admonition-title {
|
|
80 color: red ;
|
|
81 font-weight: bold ;
|
|
82 font-family: sans-serif }
|
|
83
|
|
84 /* Uncomment (and remove this text!) to get reduced vertical space in
|
|
85 compound paragraphs.
|
|
86 div.compound .compound-first, div.compound .compound-middle {
|
|
87 margin-bottom: 0.5em }
|
|
88
|
|
89 div.compound .compound-last, div.compound .compound-middle {
|
|
90 margin-top: 0.5em }
|
|
91 */
|
|
92
|
|
93 div.dedication {
|
|
94 margin: 2em 5em ;
|
|
95 text-align: center ;
|
|
96 font-style: italic }
|
|
97
|
|
98 div.dedication p.topic-title {
|
|
99 font-weight: bold ;
|
|
100 font-style: normal }
|
|
101
|
|
102 div.figure {
|
|
103 margin-left: 2em ;
|
|
104 margin-right: 2em }
|
|
105
|
|
106 div.footer, div.header {
|
|
107 clear: both;
|
|
108 font-size: smaller }
|
|
109
|
|
110 div.line-block {
|
|
111 display: block ;
|
|
112 margin-top: 1em ;
|
|
113 margin-bottom: 1em }
|
|
114
|
|
115 div.line-block div.line-block {
|
|
116 margin-top: 0 ;
|
|
117 margin-bottom: 0 ;
|
|
118 margin-left: 1.5em }
|
|
119
|
|
120 div.sidebar {
|
|
121 margin-left: 1em ;
|
|
122 border: medium outset ;
|
|
123 padding: 1em ;
|
|
124 background-color: #ffffee ;
|
|
125 width: 40% ;
|
|
126 float: right ;
|
|
127 clear: right }
|
|
128
|
|
129 div.sidebar p.rubric {
|
|
130 font-family: sans-serif ;
|
|
131 font-size: medium }
|
|
132
|
|
133 div.system-messages {
|
|
134 margin: 5em }
|
|
135
|
|
136 div.system-messages h1 {
|
|
137 color: red }
|
|
138
|
|
139 div.system-message {
|
|
140 border: medium outset ;
|
|
141 padding: 1em }
|
|
142
|
|
143 div.system-message p.system-message-title {
|
|
144 color: red ;
|
|
145 font-weight: bold }
|
|
146
|
|
147 div.topic {
|
|
148 margin: 2em }
|
|
149
|
|
150 h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
|
151 h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
|
152 margin-top: 0.4em }
|
|
153
|
|
154 h1.title {
|
|
155 text-align: center }
|
|
156
|
|
157 h2.subtitle {
|
|
158 text-align: center }
|
|
159
|
|
160 hr.docutils {
|
|
161 width: 75% }
|
|
162
|
|
163 img.align-left {
|
|
164 clear: left }
|
|
165
|
|
166 img.align-right {
|
|
167 clear: right }
|
|
168
|
|
169 ol.simple, ul.simple {
|
|
170 margin-bottom: 1em }
|
|
171
|
|
172 ol.arabic {
|
|
173 list-style: decimal }
|
|
174
|
|
175 ol.loweralpha {
|
|
176 list-style: lower-alpha }
|
|
177
|
|
178 ol.upperalpha {
|
|
179 list-style: upper-alpha }
|
|
180
|
|
181 ol.lowerroman {
|
|
182 list-style: lower-roman }
|
|
183
|
|
184 ol.upperroman {
|
|
185 list-style: upper-roman }
|
|
186
|
|
187 p.attribution {
|
|
188 text-align: right ;
|
|
189 margin-left: 50% }
|
|
190
|
|
191 p.caption {
|
|
192 font-style: italic }
|
|
193
|
|
194 p.credits {
|
|
195 font-style: italic ;
|
|
196 font-size: smaller }
|
|
197
|
|
198 p.label {
|
|
199 white-space: nowrap }
|
|
200
|
|
201 p.rubric {
|
|
202 font-weight: bold ;
|
|
203 font-size: larger ;
|
|
204 color: maroon ;
|
|
205 text-align: center }
|
|
206
|
|
207 p.sidebar-title {
|
|
208 font-family: sans-serif ;
|
|
209 font-weight: bold ;
|
|
210 font-size: larger }
|
|
211
|
|
212 p.sidebar-subtitle {
|
|
213 font-family: sans-serif ;
|
|
214 font-weight: bold }
|
|
215
|
|
216 p.topic-title {
|
|
217 font-weight: bold }
|
|
218
|
|
219 pre.address {
|
|
220 margin-bottom: 0 ;
|
|
221 margin-top: 0 ;
|
|
222 font-family: serif ;
|
|
223 font-size: 100% }
|
|
224
|
|
225 pre.literal-block, pre.doctest-block {
|
|
226 margin-left: 2em ;
|
|
227 margin-right: 2em ;
|
|
228 background-color: #eeeeee }
|
|
229
|
|
230 span.classifier {
|
|
231 font-family: sans-serif ;
|
|
232 font-style: oblique }
|
|
233
|
|
234 span.classifier-delimiter {
|
|
235 font-family: sans-serif ;
|
|
236 font-weight: bold }
|
|
237
|
|
238 span.interpreted {
|
|
239 font-family: sans-serif }
|
|
240
|
|
241 span.option {
|
|
242 white-space: nowrap }
|
|
243
|
|
244 span.pre {
|
|
245 white-space: pre }
|
|
246
|
|
247 span.problematic {
|
|
248 color: red }
|
|
249
|
|
250 span.section-subtitle {
|
|
251 /* font-size relative to parent (h1..h6 element) */
|
|
252 font-size: 80% }
|
|
253
|
|
254 table.citation {
|
|
255 border-left: solid 1px gray;
|
|
256 margin-left: 1px }
|
|
257
|
|
258 table.docinfo {
|
|
259 margin: 2em 4em }
|
|
260
|
|
261 table.docutils {
|
|
262 margin-top: 0.5em ;
|
|
263 margin-bottom: 0.5em }
|
|
264
|
|
265 table.footnote {
|
|
266 border-left: solid 1px black;
|
|
267 margin-left: 1px }
|
|
268
|
|
269 table.docutils td, table.docutils th,
|
|
270 table.docinfo td, table.docinfo th {
|
|
271 padding-left: 0.5em ;
|
|
272 padding-right: 0.5em ;
|
|
273 vertical-align: top }
|
|
274
|
|
275 table.docutils th.field-name, table.docinfo th.docinfo-name {
|
|
276 font-weight: bold ;
|
|
277 text-align: left ;
|
|
278 white-space: nowrap ;
|
|
279 padding-left: 0 }
|
|
280
|
|
281 h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
|
282 h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
|
283 font-size: 100% }
|
|
284
|
|
285 tt.docutils {
|
|
286 background-color: #eeeeee }
|
|
287
|
|
288 ul.auto-toc {
|
|
289 list-style-type: none }
|
|
290
|
|
291 </style>
|
|
292 <!-- configuration parameters -->
|
|
293 <meta name="defaultView" content="slideshow" />
|
|
294 <meta name="controlVis" content="hidden" />
|
|
295 <!-- style sheet links -->
|
|
296 <script src="ui/default/slides.js" type="text/javascript"></script>
|
|
297 <link rel="stylesheet" href="ui/default/slides.css"
|
|
298 type="text/css" media="projection" id="slideProj" />
|
|
299 <link rel="stylesheet" href="ui/default/outline.css"
|
|
300 type="text/css" media="screen" id="outlineStyle" />
|
|
301 <link rel="stylesheet" href="ui/default/print.css"
|
|
302 type="text/css" media="print" id="slidePrint" />
|
|
303 <link rel="stylesheet" href="ui/default/opera.css"
|
|
304 type="text/css" media="projection" id="operaFix" />
|
|
305
|
|
306 <style type="text/css">
|
|
307 #currentSlide {display: none;}
|
|
308 </style>
|
|
309 </head>
|
|
310 <body>
|
|
311 <div class="layout">
|
|
312 <div id="controls"></div>
|
|
313 <div id="currentSlide"></div>
|
|
314 <div id="header">
|
|
315
|
|
316 </div>
|
|
317 <div id="footer">
|
21
|
318 <h1>Cell 用の Fine-Grain Task Manager の実装</h1>
|
20
|
319
|
|
320 </div>
|
|
321 </div>
|
|
322 <div class="presentation">
|
|
323 <div class="slide" id="slide0">
|
21
|
324 <h1 class="title">Cell 用の Fine-Grain Task Manager の実装</h1>
|
|
325 <!-- Definitions of interpreted text roles (classes) for S5/HTML data. -->
|
|
326 <!-- This data file has been placed in the public domain. -->
|
|
327 <!-- Colours
|
|
328 ======= -->
|
|
329 <!-- Text Sizes
|
|
330 ========== -->
|
|
331 <!-- Display in Slides (Presentation Mode) Only
|
|
332 ========================================== -->
|
|
333 <!-- Display in Outline Mode Only
|
|
334 ============================ -->
|
|
335 <!-- Display in Print Only
|
|
336 ===================== -->
|
|
337 <!-- Incremental Display
|
|
338 =================== -->
|
20
|
339 <dl class="docutils">
|
21
|
340 <dt><em>発表者</em></dt>
|
|
341 <dd><strong>宮國渡</strong></dd>
|
|
342 <dt><em>指導教官</em></dt>
|
|
343 <dd><strong>河野真治</strong></dd>
|
|
344 <dt><em>所属</em></dt>
|
|
345 <dd><strong>琉球大学 理工学研究科 情報工学専攻 並列信頼研究室</strong></dd>
|
20
|
346 </dl>
|
21
|
347
|
|
348 </div>
|
|
349 <div class="slide" id="id1">
|
|
350 <h1>研究の背景と目的</h1>
|
|
351 <p>現在、学生実験で PS3Linux を用いてゲーム開発を行っている</p>
|
|
352 <p><strong>しかし、学生には困難!</strong></p>
|
|
353 <ul>
|
|
354 <li><p class="first">問題1:Cell アーキテクチャプログラミング</p>
|
|
355 <ul>
|
|
356 <li><p class="first">Many Core による並列プログラミング</p>
|
|
357 <p>(データ、コードの分割の必要性)</p>
|
|
358 </li>
|
|
359 <li><p class="first">Cell の仕様 (DMA、データのアライメント、etc..)</p>
|
|
360 </li>
|
|
361 </ul>
|
|
362 </li>
|
|
363 <li><p class="first">問題2:ゲーム開発用の Framework が無い</p>
|
|
364 </li>
|
|
365 </ul>
|
|
366 <p>実験期間の大半を Cell の勉強に費やし、
|
|
367 開発されるゲームのレベルが例年一定以上にならない</p>
|
|
368 <center>
|
|
369 ↓
|
|
370 </center><p>Many Core Architecture を用いた並列プログラムの開発を
|
|
371 サポートするフレームワーク「 <span class="red">Fine Grain Task Manager</span> 」を提案する</p>
|
|
372 </div>
|
|
373 <div class="slide" id="id2">
|
|
374 <h1>研究目的</h1>
|
|
375 <ul class="simple">
|
|
376 <li>学生実験で PS3Linux を用いてゲーム開発を行っている<ul>
|
|
377 <li>Cell プログラミングが難しい<ul>
|
|
378 <li>並列実行のためのデータ、コードの分割</li>
|
|
379 <li>Cell 仕様 (DMA、アライメント、etc...)</li>
|
|
380 </ul>
|
|
381 </li>
|
|
382 <li>毎回 Cell の勉強からしないと始めないといけないので
|
|
383 ゲームプログラムのレベルが一定以上にならない</li>
|
|
384 <li>ゲーム開発用のフレームワークが無い</li>
|
|
385 </ul>
|
|
386 </li>
|
|
387 <li>本研究では、Cell のような Many Core Architecture を用いた、
|
20
|
388 並列プログラムの開発をサポートするフレームワークとして、
|
21
|
389 Fine Grain Task Manager を設計する</li>
|
|
390 <li>Task Manager を用いた開発行程<ol class="arabic">
|
|
391 <li>逐次型プログラム</li>
|
|
392 <li>データやコードを分割したプログラム(シーケンシャルに動く)</li>
|
|
393 <li>並列実行プログラム</li>
|
|
394 </ol>
|
|
395 </li>
|
|
396 <li>各ステップで信頼性を確かめながら開発を行っていく</li>
|
|
397 <li>Task Manager を用いて、PS3 ゲーム開発用フレームワークとして Cerium を開発する</li>
|
|
398 </ul>
|
|
399 </div>
|
|
400 <div class="slide" id="id3">
|
|
401 <h1>作業報告</h1>
|
|
402 <ul class="simple">
|
|
403 <li>修論事務提出</li>
|
|
404 <li>SceneGraph<ul>
|
|
405 <li>allExecute</li>
|
|
406 </ul>
|
|
407 </li>
|
|
408 <li>Camera</li>
|
|
409 </ul>
|
|
410 </div>
|
|
411 <div class="slide" id="scenegraph">
|
|
412 <h1>SceneGraph</h1>
|
|
413 <p>allExecute で一つずつコピーしていく</p>
|
|
414 <ul class="simple">
|
|
415 <li>remove flag がついた奴はコピーしない</li>
|
|
416 <li>今の実装だと親消すと子も全滅<ul>
|
|
417 <li>選べてもいいし、ユーザが自分で付け替えるのは。。。</li>
|
|
418 </ul>
|
|
419 </li>
|
|
420 </ul>
|
|
421 </div>
|
|
422 <div class="slide" id="camera">
|
|
423 <h1>Camera</h1>
|
|
424 <p>それっぽい動き</p>
|
20
|
425 </div>
|
|
426 </div>
|
|
427 </body>
|
|
428 </html>
|