comparison ohp.tex @ 0:685b35adf419

Initial revision
author kono
date Thu, 06 Mar 2008 19:49:25 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:685b35adf419
1 \documentstyle[blackandwhite,landscape,oval,pagenumbers]{NRslides}
2 % run this through SLiTeX
3 \input tgrindfi.tex
4 \raggedright
5 \begin{document}
6
7 \title{{\bf 検証を自身で表現できるハードウェア、ソフトウェア記述言語 Continuation based C と、そのCell への応用}}
8 \author{ 河野真治 \\[5mm]
9 .Information Engineering, University of the Ryukyus
10 %% \today
11 \maketitlepage
12 \title{{\bf Self descriptive verfication in Continuation based C and it's application to Cell architecture}}
13 \begin{bwslide}
14 \ctitle{ Multi core system}
15 \end{bwslide}
16
17
18 \centerline{egin{figure}[htb]
19 egin{center}
20 includegraphics[width=6cm]{fig/cell.pdf}
21 \caption{cellarch}
22 nd{center}
23 \label{cellarch}
24 nd{figure}
25 }
26
27 \begin{bwslide}
28 \ctitle{ Many Core 上のプログラムの特徴}
29 \end{bwslide}
30
31
32 \begin{bwslide}
33 \ctitle{ 定常的な並列度の必要性}
34 \end{bwslide}
35
36
37 \centerline{egin{figure}[htb]
38 egin{center}
39 includegraphics[width=6cm]{fig/amdahl.pdf}
40 \caption{amdahl}
41 nd{center}
42 \label{amdahl}
43 nd{figure}
44 }
45
46 \begin{bwslide}
47 \ctitle{ プログラムとデータの分割}
48 \end{bwslide}
49
50
51 \begin{bwslide}
52 \ctitle{ 同期の問題}
53 \end{bwslide}
54
55
56 \begin{bwslide}
57 \ctitle{ マルチスレッド}
58 \end{bwslide}
59
60
61 \begin{bwslide}
62 \ctitle{ デバッグ}
63 \end{bwslide}
64
65
66 \begin{bwslide}
67 \ctitle{ Many Core 上のプログラムの作り方}
68 \end{bwslide}
69
70
71 \begin{bwslide}
72 \ctitle{ Continuation based C}
73 \end{bwslide}
74
75
76 \centerline{egin{figure}[htb]
77 egin{center}
78 includegraphics[width=6cm]{fig/code.eps}
79 nd{center}
80 \label{fig000}
81 nd{figure}
82 }
83
84 \begin{bwslide}
85 \ctitle{ CからCbCへの変換}
86 \end{bwslide}
87
88
89 \begin{bwslide}
90 \ctitle{ CbCでの並列実行記述}
91 \end{bwslide}
92
93
94 \begin{bwslide}
95 \ctitle{ CbCでの並列実行の実装}
96 \end{bwslide}
97
98
99 \begin{bwslide}
100 \ctitle{ CbCでのCellのプログラムの流れ}
101 \end{bwslide}
102
103
104 \begin{bwslide}
105 \ctitle{ CbCでのCellのプログラムの検証}
106 \end{bwslide}
107
108
109 \begin{bwslide}
110 \ctitle{ コードセグメントの入出力テスト}
111 \end{bwslide}
112
113
114 \begin{bwslide}
115 \ctitle{ FIFOスケジューラレベルでのテスト}
116 \end{bwslide}
117
118
119 \begin{bwslide}
120 \ctitle{ 本手法の利点と欠点}
121 \end{bwslide}
122
123
124 \begin{bwslide}
125 \ctitle{ 学生による実際の実装の現状}
126 \end{bwslide}
127
128
129 \begin{bwslide}
130 \ctitle{ CbCを用いた検証手法と他の手法との比較}
131 \end{bwslide}
132
133
134
135 \end{document}