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
ed6f0d1f
Commit
ed6f0d1f
authored
1 year ago
by
Michaël El Kharroubi
Browse files
Options
Downloads
Patches
Plain Diff
Add skeleton for the whole course
parent
c720c038
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
GPGPU.typ
+2
-2
2 additions, 2 deletions
GPGPU.typ
Nvidia_STL.typ
+37
-0
37 additions, 0 deletions
Nvidia_STL.typ
cpp_basics_for_STL.typ
+35
-0
35 additions, 0 deletions
cpp_basics_for_STL.typ
with
74 additions
and
2 deletions
GPGPU.typ
+
2
−
2
View file @
ed6f0d1f
...
...
@@ -65,7 +65,7 @@
caption
:
[
NVIDIA
CUDA
Programming
Guide
version
3.0
-
2010
]
,
)
#
link
(
"
https://youtu.be/-P28LKWTzrI
"
)
[
Partenariat
Myth
Busters
&
N
V
idia
]
#
link
(
"
https://youtu.be/-P28LKWTzrI
"
)
[
Partenariat
Myth
Busters
&
N
v
idia
]
]
#
new
-
section
-
slide
(
"
La programmation sur GPU
"
)
...
...
@@ -77,7 +77,7 @@
plus populaire de développement GPGPU.
CUDA permet d
'
é
crire
du
code
en
C
/
C
++
et
de
le
compiler
pour
qu
'
il soit exécuté
sur des GPU de N
V
idia.
sur des GPU de N
v
idia.
Dans la concurrence, on peut également citer OpenCL (multi-plateforme), ROCm
pour AMD ou OneAPI pour Intel.
...
...
This diff is collapsed.
Click to expand it.
Nvidia_STL.typ
0 → 100644
+
37
−
0
View file @
ed6f0d1f
//
https
:
//
polylux
.
dev
/
book
/
polylux
.
html
//
https
:
//
typst
.
app
/
docs
#
import
"
@preview/polylux:0.3.1
"
:
*
#
import
themes
.
metropolis
:
*
#
show
:
metropolis
-
theme
.
with
(
aspect
-
ratio
:
"
16-9
"
,
footer
:
"
Parallel STL - HPC 2024
"
)
#
set
text
(
font
:
"
Fira Sans
"
,
weight
:
"
light
"
,
size
:
20
pt
)
#
show
math
.
equation
:
set
text
(
font
:
"
Fira Math
"
)
#
title
-
slide
(
title
:
"
Algorithmes parallèles STL avec C++ 20
"
,
subtitle
:
"
GPGPU avec les algorithmes STL
"
,
author
:
"
Michaël El Kharroubi
"
,
date
:
"
27.02.2024
"
,
extra
:
"
HPC 2024 - HEPIA
"
,
)
#
new
-
section
-
slide
(
"
Introduction
"
)
#
slide
(
title
:
"
Contenu
"
)
[
]
#
new
-
section
-
slide
(
"
Le SDK HPC de Nvidia
"
)
#
slide
(
title
:
"
Le compilateur nvc++
"
)
[
]
#
new
-
section
-
slide
(
"
Exemple de parallélisation sur GPU
"
)
#
new
-
section
-
slide
(
"
Comment passer des données au GPU avec les captures
"
)
#
new
-
section
-
slide
(
"
Le futur avec C++23 (views et mdspans)
"
)
#
new
-
section
-
slide
(
"
Questions ?
"
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
cpp_basics_for_STL.typ
0 → 100644
+
35
−
0
View file @
ed6f0d1f
//
https
:
//
polylux
.
dev
/
book
/
polylux
.
html
//
https
:
//
typst
.
app
/
docs
#
import
"
@preview/polylux:0.3.1
"
:
*
#
import
themes
.
metropolis
:
*
#
show
:
metropolis
-
theme
.
with
(
aspect
-
ratio
:
"
16-9
"
,
footer
:
"
Parallel STL - HPC 2024
"
)
#
set
text
(
font
:
"
Fira Sans
"
,
weight
:
"
light
"
,
size
:
20
pt
)
#
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
"
,
author
:
"
Michaël El Kharroubi
"
,
date
:
"
27.02.2024
"
,
extra
:
"
HPC 2024 - HEPIA
"
,
)
#
new
-
section
-
slide
(
"
Introduction
"
)
#
slide
(
title
:
"
Contenu
"
)
[
]
#
new
-
section
-
slide
(
"
Itérateurs
"
)
#
new
-
section
-
slide
(
"
Vecteurs
"
)
#
new
-
section
-
slide
(
"
Tableaux et Spans
"
)
#
new
-
section
-
slide
(
"
Closures
"
)
#
new
-
section
-
slide
(
"
Algorithmes STL
"
)
#
new
-
section
-
slide
(
"
Questions ?
"
)
\ 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