Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Parallel STL course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michaël El Kharroubi
Parallel STL course
Commits
064f1509
Verified
Commit
064f1509
authored
1 year ago
by
Michaël El Kharroubi
Browse files
Options
Downloads
Patches
Plain Diff
Swap titles and subtitles for readability
parent
27c7010e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
GPGPU.typ
+2
-2
2 additions, 2 deletions
GPGPU.typ
Nvidia_STL.typ
+2
-2
2 additions, 2 deletions
Nvidia_STL.typ
cpp_basics_for_STL.typ
+2
-2
2 additions, 2 deletions
cpp_basics_for_STL.typ
intro.typ
+2
-8
2 additions, 8 deletions
intro.typ
summary.typ
+0
-15
0 additions, 15 deletions
summary.typ
with
8 additions
and
29 deletions
GPGPU.typ
+
2
−
2
View file @
064f1509
...
...
@@ -9,8 +9,8 @@
#
show
math
.
equation
:
set
text
(
font
:
"
Fira Math
"
)
#
title
-
slide
(
title
:
"
Algorithmes parallèles STL avec C++ 20
"
,
sub
title
:
"
GPGPU
"
,
sub
title
:
"
Algorithmes parallèles STL avec C++ 20
"
,
title
:
"
GPGPU
"
,
author
:
"
Michaël El Kharroubi
"
,
date
:
"
27.02.2024
"
,
extra
:
"
HPC 2024 - HEPIA
"
,
...
...
This diff is collapsed.
Click to expand it.
Nvidia_STL.typ
+
2
−
2
View file @
064f1509
...
...
@@ -9,8 +9,8 @@
#
show
math
.
equation
:
set
text
(
font
:
"
Fira Math
"
)
#
title
-
slide
(
title
:
"
Algorithmes parallèles STL avec C++ 20
"
,
sub
title
:
"
GPGPU avec les algorithmes STL
"
,
sub
title
:
"
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
"
,
...
...
This diff is collapsed.
Click to expand it.
cpp_basics_for_STL.typ
+
2
−
2
View file @
064f1509
...
...
@@ -9,8 +9,8 @@
#
show
math
.
equation
:
set
text
(
font
:
"
Fira Math
"
)
#
title
-
slide
(
title
:
"
Algorithmes parallèles STL avec C++ 20
"
,
sub
title
:
"
Notions C++ de bases pour les algorithmes STL
"
,
sub
title
:
"
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
"
,
...
...
This diff is collapsed.
Click to expand it.
intro.typ
+
2
−
8
View file @
064f1509
...
...
@@ -9,19 +9,13 @@
#
show
math
.
equation
:
set
text
(
font
:
"
Fira Math
"
)
#
title
-
slide
(
title
:
"
Algorithmes parallèles STL avec C++ 20
"
,
sub
title
:
"
Introduction
"
,
sub
title
:
"
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
"
,
)
[
...
...
This diff is collapsed.
Click to expand it.
summary.typ
deleted
100644 → 0
+
0
−
15
View file @
27c7010e
#
set
text
(
font
:
"
Fira Sans
"
,
weight
:
"
light
"
,
size
:
14
pt
)
=
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment