Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rtgpgpu
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PTASK
rtgpgpu
Commits
b87d387e
Commit
b87d387e
authored
5 years ago
by
zahoussem
Browse files
Options
Downloads
Patches
Plain Diff
correcting slides
parent
023ebb25
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
presentation/slide/main.tex
+56
-48
56 additions, 48 deletions
presentation/slide/main.tex
with
56 additions
and
48 deletions
presentation/slide/main.tex
+
56
−
48
View file @
b87d387e
...
@@ -34,56 +34,64 @@
...
@@ -34,56 +34,64 @@
\includegraphics
[scale=0.07]
{
figures/logo.png
}
\includegraphics
[scale=0.07]
{
figures/logo.png
}
\end{frame}
\end{frame}
\begin{frame}
\begin{frame}
{
Context: Real-time on heterogeneous ISA architectures
}
\frametitle
{
Motivation
}
\only
<1>
{
\begin{columns}
\begin{column}
{
0.6
\textwidth
}
\begin{figure}
\begin{figure}
\centering
\centering
\includegraphics
[width=0.75\linewidth]
{
figures/car.jpg
}
\caption
{
Semi-autonomous car
}
\includegraphics
[width=\linewidth]
{
figures/car.jpg
}
\caption
{
Driving assistance systems
}
\end{figure}
\end{figure}
\end{column}
\pause
\pause
}
\begin{column}
{
0.4
\textwidth
}
\only
<2>
{
\flushright
\begin{figure}
\begin{figure}
\centering
\centering
\includegraphics
[width=
0.75
\linewidth]
{
figures/
tx2.png
}
\includegraphics
[width=
1
\linewidth]
{
figures/
jetson.jpg
}
\caption
{
NVIDIA
Jetson TX2
Developer Kit
}
\caption
{
Jetson TX2
}
\end{figure}
\end{figure}
\pause
}
\end{column}
\only
<3>
{
\centering
How to predictable program in this type of accelerators
in order to ensure the respect of timing constraints ?
\end{columns}
}
\end{frame}
\end{frame}
\begin{frame}
\frametitle
{
Time and Space Predictible Programming
}
\begin{frame}
{
GPU scheduling issues
\&
our solution
}
\begin{block}
{
Timing predictibility
}
\begin{itemize}
\begin{itemize}
\setlength\itemsep
{
1em
}
\item
Proprietary closed source drivers : unpredictible timing and scheduling behavior
\item
Different strategies to control real-time execution within a GPU
\item
Default solution: designed for average case performances
\pause
\begin{itemize}
\item
PRUDA allows implementing several real-time scheduling policies
\item
[$\Rightarrow$]
Limit as much as possible internals intervention
\pause
\item
[$\Rightarrow$]
Handling preemptions within the limited
\item
Simple to use and to configure
number of preemption levels
\pause
\end{itemize}
\item
Scheduling real-time tasks does not allow free preemption and has a very limited number of priorities
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}
\end{block}
\frametitle
{
Figures attribution
}
\vfill
\begin{block}
{
Allocation
}
\begin{itemize}
{
\footnotesize
\item
No hardware separation between compute resources
\item
Memory operations scheduling
\begin{itemize}
\begin{itemize}
\setlength\itemsep
{
1em
}
\item
[$\Rightarrow$]
Enforce allocation to given sub-set of compute cores (SM)
\item
Ian Maddox,
\nolinkurl
{
https://commons.wikimedia.org/wiki/File:Tesla
_
Autopilot
_
Engaged
_
in
_
Model
_
X.jpg
}
, CC~BY-SA~4.0
\item
[$\Rightarrow$]
Schedule memory operations
\item
Dusty-nv,
\nolinkurl
{
https://elinux.org/File:NVIDIA
_
Jetson
_
TX2
_
Module
_
Devkit.png
}
, CC~BY-SA~3.0
\end{itemize}
\end{itemize}
}
\end{itemize}
\end{block}
\end{frame}
\end{frame}
\end{document}
\end{document}
\ 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