view presen/pre1.html @ 31:536b042aa520

presen add.
author tkaito
date Mon, 07 Feb 2011 03:27:51 +0900
parents
children 624801d92740
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
	  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>予備審査発表資料</title>
<!-- metadata -->
<meta name="generator" content="S5" />
<meta name="version" content="S5 1.1" />
<meta name="presdate" content="20050728" />
<meta name="author" content="Tagano Kaito" />
<meta name="company" content="ie-ryukyu" />
<!-- configuration parameters -->
<meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" />
<!-- style sheet links -->
<link rel="stylesheet" href="ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
<link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
<link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" />
<link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
<!-- S5 JS -->
<script src="ui/default/slides.js" type="text/javascript"></script>
<style type="text/css">
body {
font-size: 100%;
}
p.ex8 { font-size: 2.0em; }
p.ex7 { font-size: 1.9em; }
p.ex6 { font-size: 1.8em; }
p.ex5 { font-size: 1.7em; }
p.ex4 { font-size: 1.6em; }
p.ex3 { font-size: 1.5em; }
p.ex2 { font-size: 1.4em; }
p.ex1 { font-size: 1.3em; }
p.ex0 { font-size: 1.0em; }
p.ep0 { font-size: 0.5em; }
p.ep1 { font-size: 1.1em; }
span.classifier {
  font-family: sans-serif ;
  font-style: oblique }

span.classifier-delimiter {
  font-family: sans-serif ;
  font-weight: bold }

span.interpreted {
  font-family: sans-serif }

span.option {
  white-space: nowrap }

span.pre {
  white-space: pre }

span.problematic {
  color: red }

span.section-subtitle {
  /* font-size relative to parent (h1..h6 element) */
  font-size: 80% }

</style>
</head>
<body>

<div class="layout">
<div id="controls"><!-- DO NOT EDIT --></div>
<div id="currentSlide"><!-- DO NOT EDIT --></div>
<div id="header"></div>
<div id="footer">
<h1>1-503 / 20110209</h1>
<h2>Cell Task Manager Cerium における Task を用いたパイプラインの改良</h2>
</div>
</div>

<div class="presentation">
<div class="slide">
<center>
<br><br>
<p class="ex8">Cell TaskManager Cerium における <br> Task を用いたパイプラインの改良</p>
<p><font size="5" color="#000000">多賀野海人</font</p>
<p><font size="5" color="#000000">琉球大学</font></p>
<p><font size="5" color="#000000">Feb, 9, 2011</font></p>
</center>
</div>

<div class="slide" id="id1">
<h1>研究目的・背景</h1>
<p>我々は、マルチコア CPU による並列プログラムの並列度と信頼性の向上を目指してる。</p>

現在、学生実験にて家庭用ゲーム機 PlayStation 3 を用いたゲーム開発を行っている。
PS3 上で並列プログラミングを行うには Cell Architectureを理解する必要がある。
そこで、我々は Cell のような Many Core Architecture を用いた、並列プログラムの開発をサポートする
フレームワークとして Cerium を開発した。
しかし、並列プログラムの開発においてプログラムの並列度を保つことは難しく、それは Ceirum の処理に
関しても言えることである。並列プログラムは全体の処理で高い並列度を保たなければ全体の並列度は著しく
下がってしまう(Amdahlの法則)。

そこで我々は、並列プログラムの高い並列度を維持する手法として、Cerium のパイプラインの改良手法
を提案する。

</div>

<div class="slide" id="id1">
<h1>発表の流れ</h1>
<ul>
<li>Cell アーキテクチャの概要</li>
<li>Cerium</li>
<li>Task を用いたパイプラインの改良</li>
<li>まとめと今後の課題</li>
</ul>
</div>

<div class="slide" id="id1">
<h1>Cell アーキテクチャの概要</h1>

</div>

<div class="slide" id="id1">
<h1>Cerium</h1>

</div>

<div class="slide" id="id1">
<h1>Task を用いたパイプラインの改良</h1>

</div>

<div class="slide" id="id1">
<h1>まとめと今後の課題</h1>

</div>

<div class="slide" id="id1">
<h1></h1>

</div>



</body>
</html>