Skip to content
Snippets Groups Projects
Verified Commit 064f1509 authored by Michaël El Kharroubi's avatar Michaël El Kharroubi :satellite:
Browse files

Swap titles and subtitles for readability

parent 27c7010e
Branches
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@
#show math.equation: set text(font: "Fira Math")
#title-slide(
title: "Algorithmes parallèles STL avec C++ 20",
subtitle: "GPGPU",
subtitle: "Algorithmes parallèles STL avec C++ 20",
title: "GPGPU",
author: "Michaël El Kharroubi",
date: "27.02.2024",
extra: "HPC 2024 - HEPIA",
......
......@@ -9,8 +9,8 @@
#show math.equation: set text(font: "Fira Math")
#title-slide(
title: "Algorithmes parallèles STL avec C++ 20",
subtitle: "GPGPU avec les algorithmes STL",
subtitle: "Algorithmes parallèles STL avec C++ 20",
title: "GPGPU avec les algorithmes STL",
author: "Michaël El Kharroubi",
date: "27.02.2024",
extra: "HPC 2024 - HEPIA",
......
......@@ -9,8 +9,8 @@
#show math.equation: set text(font: "Fira Math")
#title-slide(
title: "Algorithmes parallèles STL avec C++ 20",
subtitle: "Notions C++ de bases pour les algorithmes STL",
subtitle: "Algorithmes parallèles STL avec C++ 20",
title: "Notions C++ de bases pour les algorithmes STL",
author: "Michaël El Kharroubi",
date: "27.02.2024",
extra: "HPC 2024 - HEPIA",
......
......@@ -9,19 +9,13 @@
#show math.equation: set text(font: "Fira Math")
#title-slide(
title: "Algorithmes parallèles STL avec C++ 20",
subtitle: "Introduction",
subtitle: "Algorithmes parallèles STL avec C++ 20",
title: "Introduction",
author: "Michaël El Kharroubi",
date: "27.02.2024",
extra: "HPC 2024 - HEPIA",
)
//#slide(title: "Table des matières")[
// #metropolis-outline
//]
#new-section-slide("Introduction")
#slide(
title: "Objectif du cours",
)[
......
#set text(font: "Fira Sans", weight: "light", size: 14pt)
= Summary
Notions à voir pour ce cours :
+ Qu'est-ce qu'un itérateur en C++
+ Les vecteurs, les arrays et les spans
+ Les views en C++
+ Les captures (\~lambda) en C++
+ Présentation des algorithmes STL
+ La gestion de la mémoire en programmation GPGPU
+ Exemple de programmation GPGPU à _l'ancienne_
+ Le compilateur
+ Présentation du paradigme futur STL (mdspan, views)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment