Skip to content

Commit c9dbba7

Browse files
committed
Update Section_Hierarchical.tex & Section_MemoryAccessPatterns.tex
Signed-off-by: Adrien Taberner <[email protected]>
1 parent 528b2c2 commit c9dbba7

File tree

4 files changed

+17
-28
lines changed

4 files changed

+17
-28
lines changed
-25.5 KB
Binary file not shown.
185 KB
Loading

Content/Presentations/sections/Section_Hierarchical.tex

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -561,29 +561,24 @@
561561

562562
\begin{frame}[fragile]{Reminder, Exercise \#4 with Flat Parallelism}
563563

564-
\vspace{-10pt}
565-
566-
\includegraphics[viewport=1.25in 3.0in 10in 6in, width=0.95\textwidth]{figures/Exercise04-Performance.pdf}
567-
564+
\vspace{-5pt}
565+
\hspace{-15pt}
566+
\includegraphics[trim=20pt 0 50pt 5pt, clip, width=1.0\textwidth]{figures/Exercise04-Performance.png}
568567
\vspace{-15pt}
569568

570-
\begin{textblock*}{0.5\textwidth}(0.65\textwidth,0.28\textheight)
569+
\begin{textblock*}{0.5\textwidth}(0.69\textwidth,0.30\textheight)
571570
\textbf{coalesced}
572571
\end{textblock*}
573572

574-
\begin{textblock*}{0.5\textwidth}(0.60\textwidth,0.44\textheight)
573+
\begin{textblock*}{0.5\textwidth}(0.35\textwidth,0.65\textheight)
575574
\textbf{cached}
576575
\end{textblock*}
577576

578-
\begin{textblock*}{0.5\textwidth}(0.60\textwidth,0.61\textheight)
577+
\begin{textblock*}{0.5\textwidth}(0.65\textwidth,0.56\textheight)
579578
\textbf{uncoalesced}
580579
\end{textblock*}
581580

582-
\begin{textblock*}{0.5\textwidth}(0.70\textwidth,0.68\textheight)
583-
\textbf{cached}
584-
\end{textblock*}
585-
586-
\begin{textblock*}{0.5\textwidth}(0.70\textwidth,0.77\textheight)
581+
\begin{textblock*}{0.5\textwidth}(0.71\textwidth,0.78\textheight)
587582
\textbf{uncached}
588583
\end{textblock*}
589584

Content/Presentations/sections/Section_MemoryAccessPatterns.tex

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,9 @@
143143
\begin{frame}[fragile]{Exercise \#4: Inner Product, Flat Parallelism}
144144

145145

146-
\vspace{-10pt}
147-
148-
\includegraphics[viewport=1.25in 3.0in 10in 6in, width=0.95\textwidth]{figures/Exercise04-Performance.pdf}
149-
146+
\vspace{-5pt}
147+
\hspace{-15pt}
148+
\includegraphics[trim=20pt 0 50pt 5pt, clip, width=1.0\textwidth]{figures/Exercise04-Performance.png}
150149
\vspace{-15pt}
151150

152151
\begin{textblock*}{0.5\textwidth}(0.97\textwidth,0.50\textheight)
@@ -489,29 +488,24 @@
489488

490489
\begin{frame}[fragile]{Example: inner product (5)}
491490

492-
\vspace{-10pt}
493-
494-
\includegraphics[viewport=1.25in 3.0in 10in 6in, width=0.95\textwidth]{figures/Exercise04-Performance.pdf}
495-
491+
\vspace{-5pt}
492+
\hspace{-15pt}
493+
\includegraphics[trim=20pt 0 50pt 5pt, clip, width=1.0\textwidth]{figures/Exercise04-Performance.png}
496494
\vspace{-15pt}
497495

498-
\begin{textblock*}{0.5\textwidth}(0.65\textwidth,0.28\textheight)
496+
\begin{textblock*}{0.5\textwidth}(0.69\textwidth,0.30\textheight)
499497
\textbf{coalesced}
500498
\end{textblock*}
501499

502-
\begin{textblock*}{0.5\textwidth}(0.60\textwidth,0.44\textheight)
500+
\begin{textblock*}{0.5\textwidth}(0.35\textwidth,0.65\textheight)
503501
\textbf{cached}
504502
\end{textblock*}
505503

506-
\begin{textblock*}{0.5\textwidth}(0.60\textwidth,0.61\textheight)
504+
\begin{textblock*}{0.5\textwidth}(0.65\textwidth,0.56\textheight)
507505
\textbf{uncoalesced}
508506
\end{textblock*}
509507

510-
\begin{textblock*}{0.5\textwidth}(0.70\textwidth,0.72\textheight)
511-
\textbf{cached}
512-
\end{textblock*}
513-
514-
\begin{textblock*}{0.5\textwidth}(0.70\textwidth,0.77\textheight)
508+
\begin{textblock*}{0.5\textwidth}(0.71\textwidth,0.78\textheight)
515509
\textbf{uncached}
516510
\end{textblock*}
517511

0 commit comments

Comments
 (0)