diff ohp.tex @ 0:685b35adf419

Initial revision
author kono
date Thu, 06 Mar 2008 19:49:25 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ohp.tex	Thu Mar 06 19:49:25 2008 +0900
@@ -0,0 +1,135 @@
+\documentstyle[blackandwhite,landscape,oval,pagenumbers]{NRslides}
+% run this through SLiTeX
+\input tgrindfi.tex
+\raggedright
+\begin{document}
+
+\title{{\bf   検証を自身で表現できるハードウェア、ソフトウェア記述言語 Continuation based C と、そのCell への応用}}
+\author{ 河野真治 \\[5mm]
+.Information Engineering, University of the Ryukyus
+%% \today
+\maketitlepage
+\title{{\bf      Self descriptive verfication in Continuation based C and it's application to Cell architecture}}
+\begin{bwslide}
+\ctitle{ Multi core system}
+\end{bwslide}
+
+
+\centerline{egin{figure}[htb]
+egin{center}
+includegraphics[width=6cm]{fig/cell.pdf}
+\caption{cellarch}
+nd{center}
+\label{cellarch}
+nd{figure}
+}
+
+\begin{bwslide}
+\ctitle{ Many Core 上のプログラムの特徴}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ 定常的な並列度の必要性}
+\end{bwslide}
+
+
+\centerline{egin{figure}[htb]
+egin{center}
+includegraphics[width=6cm]{fig/amdahl.pdf}
+\caption{amdahl}
+nd{center}
+\label{amdahl}
+nd{figure}
+}
+
+\begin{bwslide}
+\ctitle{ プログラムとデータの分割}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ 同期の問題}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ マルチスレッド}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ デバッグ}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ Many Core 上のプログラムの作り方}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ Continuation based C}
+\end{bwslide}
+
+
+\centerline{egin{figure}[htb]
+egin{center}
+includegraphics[width=6cm]{fig/code.eps}
+nd{center}
+\label{fig000}
+nd{figure}
+}
+
+\begin{bwslide}
+\ctitle{ CからCbCへの変換}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ CbCでの並列実行記述}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ CbCでの並列実行の実装}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ CbCでのCellのプログラムの流れ}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ CbCでのCellのプログラムの検証}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ コードセグメントの入出力テスト}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ FIFOスケジューラレベルでのテスト}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ 本手法の利点と欠点}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ 学生による実際の実装の現状}
+\end{bwslide}
+
+
+\begin{bwslide}
+\ctitle{ CbCを用いた検証手法と他の手法との比較}
+\end{bwslide}
+
+
+
+\end{document}