-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentation_1.tex
366 lines (325 loc) · 8.94 KB
/
presentation_1.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beamer Presentation
% LaTeX Template
% Version 1.0 (10/11/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND THEMES
%----------------------------------------------------------------------------------------
\documentclass{beamer}
\mode<presentation> {
% The Beamer class comes with a number of default slide themes
% which change the colors and layouts of slides. Below this is a list
% of all the themes, uncomment each in turn to see what they look like.
%\usetheme{default}
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{Dresden}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
%\usetheme{Hannover}
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
%\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}
% As well as themes, the Beamer class has a number of color themes
% for any slide theme. Uncomment each of these in turn to see how it
% changes the colors of your current slide theme.
%\usecolortheme{albatross}
%\usecolortheme{beaver}
%\usecolortheme{beetle}
%\usecolortheme{crane}
%\usecolortheme{dolphin}
%\usecolortheme{dove}
%\usecolortheme{fly}
%\usecolortheme{lily}
%\usecolortheme{orchid}
%\usecolortheme{rose}
%\usecolortheme{seagull}
\usecolortheme{seahorse}
%\usecolortheme{whale}
%\usecolortheme{wolverine}
%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line
%\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line
%\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line
}
\usepackage{amsmath}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\title[Pascal GPU Architecture]{Pascal GPU Architecture} % The short title appears at the bottom of every slide, the full title is only on the title page
\author[A.Zamani]{A.Zamani\\[1mm]{\small Supervised by: Dr. Motamedi}} % Your name
\institute[AUT] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
Amirkabir University of Technology \\ % Your institution for the title page
}
\date[February 2018]{February 2018} % Date, can be changed to a custom date
\begin{document}
\begin{frame}
\titlepage % Print the title page as the first slide
\end{frame}
\begin{frame}
\frametitle{Outline} % Table of contents slide, comment this block out to remove it
\tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
\end{frame}
%----------------------------------------------------------------------------------------
% PRESENTATION SLIDES
%----------------------------------------------------------------------------------------
%------------------------------------------------
\section{Introduction}
% New frame
\begin{frame}
\frametitle{Introduction}
\begin{itemize}
\item Graphic Processor Unit(GPU)
\begin{itemize}
\item {Games}
\item {Graphical softwares}
\begin{itemize}
\item{Photoshop}
\item{corel}
\end{itemize}
\item {Deep learning and Artificial Intelligence}
\end{itemize}
\end{itemize}
\includegraphics[scale=0.15]{game}
\includegraphics[scale=0.15]{Photoshop}
\includegraphics[scale=0.15]{deepLearning}
\begin{figure}
\centering
\includegraphics[scale=0.11]{corelDraw}
\end{figure}
\end{frame}
% New frame
\begin{frame}
\frametitle{Introduction}
\begin{itemize}
\item Nvidia
\begin{itemize}
\item {Pascal architecture}
\item {Facebook and Google}
\item {Audi and Benz - self drive}
\end{itemize}
\end{itemize}
\includegraphics[scale=0.3]{nvidia}
\includegraphics[scale=0.15]{pascal}
\includegraphics[scale=0.05]{Google-and-facebook}
\includegraphics[scale=0.3]{Audi}
\includegraphics[scale=0.3]{Benz}
\end{frame}
\section{Graphic processing unit architecture}
\subsection{Graphic card}
% New frame
\begin{frame}
\frametitle{Graphics card}
\begin{itemize}
\item {First graphci card: IBM 1960 / 4 kb RAM / green}
\item {Graphic Card Components}
\begin{itemize}
\item {Graphic processor: Main componet}
\item {Memory}
\item {Peripherals}
\end{itemize}
\end{itemize}
\includegraphics[scale=0.55]{graphiccard}
\includegraphics[scale=0.3]{ibm}
\end{frame}
% New frame
\begin{frame}
\begin{itemize}
\item {Vertex processor}
\item {Pixel Fragment Processor}
\end{itemize}
\begin{itemize}
\item Programming language
\item NVidia
\item CUDA
\end{itemize}
\includegraphics[scale=0.3]{cuda}
\includegraphics[scale=0.3]{vertex}
\end{frame}
\subsection{CUDA}
% New frame
\begin{frame}
\frametitle{CUDA}
\begin{itemize}
\item 2006 / GeForce 8800
\item {parallel programming in NVidia processors}
\item programming like CPU (GPGPU)
\item Fortran / C++ / C
\item OpenCL / MATLAB / LabVIEW
\end{itemize}
\begin{figure}
\centering
\includegraphics[scale=0.3]{cuda1}
\end{figure}
\end{frame}
% new frame
\begin{frame}
\frametitle{CUDA}
\begin{figure}
\centering
\includegraphics[scale=0.25]{cuda2}
\end{figure}
\end{frame}
\subsection{Fermi}
% new frame
\begin{frame}
\frametitle{Architectures}
\begin{itemize}
\item {On Tesla 1 SM combines 8 single-precision (FP32) shader processors}
\item {On Fermi 1 SM combines 32 single-precision (FP32) shader processors}
\item{On Kepler 1 SM combines 192 single-precision (FP32) shader processors and also 64 double-precision units (at least the GK110 GPUs)}
\item {On Maxwell 1 SM combines 128 single-precision (FP32) shader processors}
\item {On Pascal it depends
}
\end{itemize}
\end{frame}
% New frame
\begin{frame}
\frametitle{Fermi architecture}
\begin{itemize}
\item Release date: April 2010
\item Transistors: 40 nm and 28 nm
\item Predecessor: Tesla 2.0
\item Successor: Kepler
\item {used in the GeForce 400 series and GeForce 500 series}
\end{itemize}
\begin{figure}
\centering
\includegraphics[scale=0.7]{fermi5}
\end{figure}
\end{frame}
% New frame
\begin{frame}
\frametitle{Fermi architecture}
\begin{figure}
\centering
\includegraphics[scale=0.6]{fermi2}
\end{figure}
\end{frame}
% New frame
\begin{frame}
\frametitle{Fermi architecture}
\begin{figure}
\centering
\includegraphics[scale=0.45]{fermi3}
\end{figure}
\end{frame}
% New frame
\begin{frame}
\frametitle{Fermi architecture}
\begin{figure}
\centering
\includegraphics[scale=0.27]{fermi4}
\end{figure}
\end{frame}
\section{Pascal architecture}
% New frame
\begin{frame}
\frametitle{Pascal architecture}
\begin{itemize}
\item {successor to the Maxwell architecture}
\item {April 2016 with the release of the Tesla P100 (GP100) on April 5}
\item {primarily used in the GeForce 10 series}
\item {Several usages in Deep learning}
\item {16nm FinFET}
\end{itemize}
\begin{figure}
\centering
\includegraphics[scale=0.27]{pascal1}
\end{figure}
\end{frame}
% New frame
\begin{frame}
\frametitle{Pascal architecture}
\begin{itemize}
\item Architectural improvements
\begin{itemize}
\item {CUDA Compute Capability 6.1}
\item {new memory standard supporting 10Gbit/s data rates, updated memory controller}
\item {DisplayPort 1.4, HDMI 2.0b}
\item {GPU Boost 3.0}
\end{itemize}
\end{itemize}
\begin{figure}
\centering
\includegraphics[scale=0.2]{pascal3}
\end{figure}
\end{frame}
% New frame
\begin{frame}
\frametitle{Pascal architecture}
\begin{figure}
\centering
\includegraphics[scale=0.14]{pascal4}
\end{figure}
\end{frame}
% New frame
\begin{frame}
\frametitle{Pascal architecture}
\begin{figure}
\centering
\includegraphics[scale=0.6]{pascal6}
\end{figure}
\end{frame}
% New frame
\begin{frame}
\frametitle{Pascal architecture}
\begin{figure}
\centering
\includegraphics[scale=0.3]{pascal8}
\end{figure}
\end{frame}
% New frame
\begin{frame}
\frametitle{Pascal architecture}
\begin{figure}
\centering
\includegraphics[scale=0.8]{pascal9}
\end{figure}
\end{frame}
% New frame
\begin{frame}
\frametitle{References}
[1] GP100 Datasheet\\
$[2]$ jetron Datasheet\\
$[3]$ professional CUDA programming\\
$[4]$ CUDA for Engineers\\
\end{frame}
\begin{frame}
\begin{figure}
\centering
\includegraphics[width=0.5\linewidth]{thanks}
\end{figure}
\begin{figure}
\centering
\includegraphics[scale=0.6]{pascal5}
\end{figure}
\end{frame}
\end{document}