Skip to content

Commit ff9a66b

Browse files
author
Mathieu Lobet
committed
adjust figure size
1 parent bf76a9b commit ff9a66b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/projects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
build_kokkos:
2828
runs-on: ubuntu-latest
2929
needs: changes
30+
if: ${{ needs.changes.outputs.projects_changed == 'true' }}
3031
steps:
3132
- name: Set up Git repository
3233
uses: actions/checkout@v4

courses/01_beginners/main.tex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ \section{Introduction}
231231

232232
\begin{frame}
233233
\frametitle{Zoom on the CPU architecture}
234-
Architecture description
235234

235+
\small
236236
\begin{itemize}
237237
\item CPUs are designed for general purpose, from sequential task to parallel computing. They run the operating system as well.
238238
\item tens to hundred of cores in biggest processors
@@ -258,9 +258,6 @@ \section{Introduction}
258258
\item Large SIMT vector unit (Single Instruction Multiple Threads) per computing unit
259259
\end{itemize}
260260

261-
\normalsize
262-
\hspace{0.2cm}
263-
264261
\begin{center}
265262
\includegraphics[width=0.7\textwidth]{../../images/gpu_architecture.png}
266263
\end{center}

0 commit comments

Comments
 (0)