comparison Paper/paper.tex @ 4:03e644cc3366 draft

add section of cell
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Mon, 23 Jul 2012 06:51:08 +0900
parents 4fc34730ac45
children 17c01f69db69
comparison
equal deleted inserted replaced
3:4fc34730ac45 4:03e644cc3366
56 \begin{center} 56 \begin{center}
57 \includegraphics[scale=0.4]{./pic/scheduler.pdf} 57 \includegraphics[scale=0.4]{./pic/scheduler.pdf}
58 \end{center} 58 \end{center}
59 \caption{Scheduler} 59 \caption{Scheduler}
60 \label{fig:scheduler} 60 \label{fig:scheduler}
61 \end{figure}
62
63 \subsection{Cell Broadband Engine}
64 Cell Broadband Engine is a microprocessor architecture jointly developed by Sony, Sony Computer Entertainment, Toshiba, and IBM.
65 The first major commercial application of Cell Broadband Engine was in Sony's PlayStation 3 game console.
66 The Cell processor can be split into four components:
67 external input and output strctures, the main processor called the Power Processing Element (PPE),
68 eight fully functional co-processors called the Synergistic Processing Elements or SPEs,
69 and a specialized high-bandwidth circular data bus connecting the PPE, input/output elements and the SPEs,
70 called the Element Interconnect Bus or EIB (Figure \ref{fig:cell_arch}).
71
72
73 \begin{figure}[htb]
74 \begin{center}
75 \includegraphics[scale=0.4]{./pic/cell-main.pdf}
76 \end{center}
77 \caption{Cell Broadband Engine Architecture}
78 \label{fig:cell_arch}
61 \end{figure} 79 \end{figure}
62 80
63 % Cell の説明いれる 81 % Cell の説明いれる
64 82
65 % \subsection{Mailbox} 83 % \subsection{Mailbox}
160 178
161 To improve the rate of speed as future work when the number of processors has increased. 179 To improve the rate of speed as future work when the number of processors has increased.
162 In addition, Cerium Task Manager has many type of task, is a drawback of such description. 180 In addition, Cerium Task Manager has many type of task, is a drawback of such description.
163 This can be solved by the system description the dependency of the task rather than on the user side. 181 This can be solved by the system description the dependency of the task rather than on the user side.
164 182
165 \nocite{cell_abi, opencl} 183 \nocite{cell_abi, opencl, clay200912}
166 % \nocite{yutaka:2010a, cell_abi, cell_cpp, cell_sdk, libspe2, ydl, clay200912, fix200609} 184 % \nocite{yutaka:2010a, cell_abi, cell_cpp, cell_sdk, libspe2, ydl, clay200912, fix200609}
167 \bibliographystyle{junsrt} 185 \bibliographystyle{junsrt}
168 \bibliography{cerium.bib,book.bib} 186 \bibliography{cerium.bib,book.bib}
169 187
170 \end{document} 188 \end{document}