diff pre1.html @ 0:6e0d58037927 default tip

test
author tkaito
date Tue, 05 Oct 2010 18:25:13 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pre1.html	Tue Oct 05 18:25:13 2010 +0900
@@ -0,0 +1,146 @@
+<!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-611 / 20101005</h1>
+<h2>ゼミ発表資料</h2>
+</div>
+</div>
+
+<div class="presentation">
+<div class="slide">
+<center>
+<br><br>
+<p class="ex8">Cerium の Many Core への対応</p>
+<p><font size="5" color="#000000">多賀野海人</font</p>
+<p><font size="5" color="#000000">琉球大学</font></p>
+<p><font size="5" color="#000000">Oct, 05, 2010</font></p>
+</center>
+</div>
+
+<div class="slide" id="id1">
+<h1>研究目的・背景</h1>
+近年、ハードウェアは驚異的な進歩を遂げ、CPU のマルチコア化が進んでいる。
+<ul>
+<li>ハードウェアの性能を発揮するためにはアムダールの法則を念頭においたプログラミングが必要になる</li>
+<li>これは、これまでのプログラミング手法とは異なる、並列プログラミングが必要になる</li>
+<li>そこで Task 管理を行うことのできるフレームワークとして、Task Manager Cerium を用いる</li>
+</ul>
+<p>
+<font color=#FF7F00>Cerium は学生実験の短い期間で並列プログラミングを行うことのできるフレームワークを目的としている</font>
+</p>
+</div>
+
+<div class="slide" id="id1">
+<h1>作業記録</h1>
+<ul>
+<li>SG -> P の処理の Task 化</li>
+<li>P -> SP と DrawSP のパイプライン化</li>
+<li>MainMemAlloc の待ち時間の調査</li>
+<li>HTask のログを取って dependency のグラフィカルに表示</li>
+<li></li>
+</ul>
+</div>
+
+<div class="slide" id="id1">
+<h1>P -> SP と DrawSP のパイプライン化</h1>
+<center>
+<img src="photo/PPSP.pdf" width="70%" height="70%">
+</center>
+</div>
+
+<div class="slide" id="id1">
+<h1>MainMemAlloc の待ち時間の調査</h1>
+<center>
+<img src="photo/PPSP2.pdf" width="70%" height="70%">
+</center>
+</div>
+
+<div class="slide" id="id1">
+<h1>MainMemAlloc の待ち時間の調査</h1>
+<center>
+<img src="photo/MainMemAlloc.pdf" width="70%" height="70%">
+</center>
+</div>
+
+<div class="slide" id="id1">
+<h1></h1>
+<ul>
+<li></li>
+<li></li>
+<li></li>
+<li></li>
+</ul>
+</div>
+
+
+</body>
+</html>