Skip to content

Commit

Permalink
Merge pull request #13 from CExA-project/uptdate_graphs
Browse files Browse the repository at this point in the history
Uptdate graphs for the course
  • Loading branch information
pzehner authored Jan 13, 2025
2 parents eba2f9a + 6018b8a commit f6bbae5
Show file tree
Hide file tree
Showing 7 changed files with 401,280 additions and 45,783 deletions.
8 changes: 4 additions & 4 deletions courses/01_beginners/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ \section{Introduction}

\begin{frame}{Current supercomputers hardware}
\begin{center}
\includegraphics[width=0.8\textwidth]{top10_super_computers.png}
\includegraphics[width=\textwidth]{top10_super_computers.png}

\caption{Top 10 supercomputers in the world in June 2024}
\caption{Extract of the Top500 (top supercomputers in the world) in November 2024}
\end{center}
\begin{itemize}
\item Heterogeneous nodes: mix of CPU and GPU accelerators
Expand Down Expand Up @@ -187,10 +187,10 @@ \section{Introduction}
\item CPUs are for general purpose
\begin{itemize}
\item Sequential task
\item Parallel computing
\item Computing
\item Operating system
\end{itemize}
\item Tens to hundred of cores in biggest processors
\item Tens to hundred of cores in biggest processors to perform parallel operations
\item SIMD (Single Instruction Multiple Data) units to accelerate arithmetic operations
\end{itemize}
\end{column}
Expand Down
Binary file modified images/default_execution_space.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f6bbae5

Please sign in to comment.