Skip to content
Snippets Groups Projects
Commit e448ff29 authored by rtekin's avatar rtekin
Browse files

slide for jrwrtc presentation

parent 04a7dce5
No related branches found
No related tags found
No related merge requests found
Ian Maddox, https://commons.wikimedia.org/wiki/File:Tesla_Autopilot_Engaged_in_Model_X.jpg, CC BY-SA 4.0
Dusty-nv, https://elinux.org/File:NVIDIA_Jetson_TX2_Module_Devkit.png, CC BY-SA 3.0
presentation/slide/figures/car.jpg

383 KiB

presentation/slide/figures/logo.png

22.2 KiB

presentation/slide/figures/tx2.png

411 KiB

\documentclass{beamer}
\mode<presentation> {
%\usetheme{Boadilla}
\usetheme{Madrid}
%\usetheme{Pittsburgh}
%\usecolortheme{dolphin}
%\usecolortheme{lily}
%\usecolortheme{orchid}
%\usecolortheme{rose}
%\usecolortheme{whale}
\setbeamertemplate{navigation symbols}{} % Remove the navigation symbols from the bottom
\setbeamertemplate{caption}{\raggedright\insertcaption\par} % Remove "Figure" prefix from figure caption
}
\usepackage{graphicx}
\title[PRUDA]{PRUDA: An API for Time and Space Predictible Programming in NVDIA GPUs using CUDA}
\author[R. Tekin, HE. Zahaf, G. Lipari]{\textbf{Reyyan Tekin}, Houssam-Eddine Zahaf, Giuseppe Lipari}
\institute[ULille]
{Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, Lille, France}
\date[JRWRTC 2019]{November 7th, 2019}
\begin{document}
\begin{frame}
\titlepage
\centering
\includegraphics[scale=0.07]{figures/logo.png}
\end{frame}
\begin{frame}
\frametitle{Motivation}
\only<1>{
\begin{figure}
\centering
\includegraphics[width=0.75\linewidth]{figures/car.jpg}
\caption{Semi-autonomous car}
\end{figure}
\pause
}
\only<2>{
\begin{figure}
\centering
\includegraphics[width=0.75\linewidth]{figures/tx2.png}
\caption{NVIDIA Jetson TX2 Developer Kit}
\end{figure}
\pause
}
\only<3>{
\centering How to predictable program in this type of accelaratos
in order to ensure the respect of timing constraints ?
}
\end{frame}
\begin{frame}
\frametitle{Time and Space Predictible Programming}
\begin{itemize}
\setlength\itemsep{1em}
\item Different strategies to control real-time execution within a GPU
\pause
\item PRUDA allows implementing several real-time scheduling policies
\pause
\item Simple to use and to configure
\pause
\item Scheduling real-time tasks does not allow free preemption and has a very limited number of priorities
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Figures attribution}
{\footnotesize
\begin{itemize}
\setlength\itemsep{1em}
\item Ian Maddox, \nolinkurl{https://commons.wikimedia.org/wiki/File:Tesla_Autopilot_Engaged_in_Model_X.jpg}, CC~BY-SA~4.0
\item Dusty-nv, \nolinkurl{https://elinux.org/File:NVIDIA_Jetson_TX2_Module_Devkit.png}, CC~BY-SA~3.0
\end{itemize}
}
\end{frame}
\end{document}
\ 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