File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments